What is abstraction with real time example?
No Answer is Posted For this Question
Be the First to Post Answer
How many keywords are used in c++?
Program to check whether a word is a sub-string or not of a string typed
How can we read/write Structures from/to data files?
Find the second maximum in an array?
What is the difference between a template and a macro?
How java is different from c and c++?
What is a down cast?
Who invented turbo c++?
What is the difference between a pointer and a link in c ++?
What is a set in c++?
why is iostream::eof inside a loop condition considered wrong?
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