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

How to declare an array of pointers to integer?

0 Answers  


What is flush programming?

0 Answers  


What does catch(…) mean?

0 Answers  


What are the advantages of using friend classes?

0 Answers  


What is format for defining a structure?

0 Answers  






Give example of a pure virtual function in c++?

0 Answers  


Why the usage of pointers in C++ is not recommended ?

0 Answers   TCS,


How to construct virtual constructor

6 Answers   CIStems Software, Symphony,


WHAT IS THE ABREVATION OF FORTRAN?

4 Answers  


what is oops and list its features in c++?

0 Answers  


What is an accessor in c++?

0 Answers  


Are there any special rules about inlining?

0 Answers  


Categories