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 the difference between global variables and local variable
Can create new c++ operators?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
When can I use a forward declaration?
What does ctime() do?
How the programmer of a class should decide whether to declare member function or a friend function?
What are c++ data types?
Is it possible for a member function to delete the pointer, named this?
What are the classes in c++?
What is the rule of three?
Can static member variables be private?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
How many namespaces are there in c++?
What are the operators in c++?
Explain virtual destructor?