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
Answer Posted / xxpneumatic
XD.. It seems no one wants to give idea XD..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pointer with example?
How does list r; differs from list r();?
What are c++ variables?
Define anonymous class.
What happens when the extern "c" char func (char*,waste) executes?
What is do..while loops structure?
Define Virtual function in C++.
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is the use of cmath in c++?
Why cstdlib is used in c++?
What are pointer-to-members? Explain.
What is scope in c++ with example?
What is constant in c++ with example?
What is the use of turbo c++?
What is a static member?