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 / xxpneumatic
XD.. It seems no one wants to give idea XD..
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the need of a destructor? Explain with the help of an example.
write a C++ programming :if the no is between 32 to 50 it will be odd.
Explain how the virtual base class is different from the conventional base classes of the opps.
What is the difference between function overloading and operator overloading?
Difference between class and structure.
How to declaring variables in c++?
How is data hiding achieved in c++?
What is a set in c++?
What is a list c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is searching? Explain linear and binary search.