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 difference between rand () and srand ()?
What is ios flag in c++?
What are friend functions in C++?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.
What are friend classes? What are advantages of using friend classes?
Is c++ map a hash table?
is throwing exception from a constructor not a good practice ?
What is the C-style character string?
What is decltype c++?
Can we make copy constructor private in c++?
what is pulse code modulation?