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 flag means?
What is vectorial capacity?
What is the difference in size of this two clasees? Class A { int a; char c; float f; } Class B { float f; char c; int a; }
What is a built-in function?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
Why is main function important?
Array base access faster or pointer base access is faster?
Is c++ built on c?
whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };
Write a C++ program which will compute the volume of a sphere or a cylinder after prompting the user to type the first character for the shape name.
0 Answers An-Najah National University,
What is the standard template library (stl)?
Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?