Can you help me with
this one?

Make a program that
when a user inputed a
Product Name, it will
display its price, and
when the user inputed
the quantity of the
inputed product, it will
show its total price.

The output must be like
this:

Product Name:
Price:
Quantity:
Total Price:

..this is the list of
products to be inputed:

Cellphone - 1500
Washing Machine - 5200
Television - 6000
Refrigirator - 8000
Oven - 2000
Computer - 11000


thanks..:D



Can you help me with this one? Make a program that when a user inputed a Product Name, it w..

Answer / xxpneumatic

XD.. It seems no one wants to give idea XD..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are c++ templates used for?

0 Answers  


What are the uses of pointers?

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


What is a dangling pointer?

3 Answers   Glenwood,


Explain what you mean by a pointer.

0 Answers   TCS,


What are the rules about using an underscore in a c++ identifier?

0 Answers  


What is ofstream c++?

0 Answers  


What is the C-style character string?

0 Answers  


How to write Multithreaded applications using C++?

2 Answers   Honeywell, TCS, Wipro,


What is optimization in c++? when using volatile.optimization is not possible..what does this mean?

1 Answers  


Is there a c++ certification?

0 Answers  


Is set c++?

0 Answers  


Categories