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 ios class in c++?
What are the types of pointer?
Is c++ a dying language?
What is dynamic and static typing?
Write a Program to find the largest of 4 no using macros.
Can we use this pointer in a class specific, operator-overloading function for new operator?
What are the steps in the development cycle?
Which programming language's unsatisfactory performance led to the discovery of c++?
How many different levels of pointers are there?
What is the use of function pointer?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
What's the "software peter principleā?
Explain some examples of operator overloading?
How can we access protected and private members of a class?
What are vtable and vptr?