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



Can you help me with this one? Make a program that when a user inputed a Product Name, it w..

Answer / xxpneumatic

XD.. It seems no one wants to give idea XD..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

0 Answers  


Can we make any program in c++ without using any header file and what is the shortest program in c++.

0 Answers   MCN Solutions,


write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1

5 Answers  


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

0 Answers  


What is the type of this pointer in c++?

0 Answers  






What is array give example?

0 Answers  


Why c++ is the best language?

0 Answers  


when can we use copy constructor?

6 Answers   HP,


What are manipulators used for?

0 Answers  


Which field is used in c++?

0 Answers  


What is virtual table?

0 Answers  


Why is c++ a mid-level programming language?

0 Answers  


Categories