write a program that will produce the ff. output.
"what fruit will you buy?
1)apple
2)orange
3)mango
ENTER CHOICE (1,2 or 3)>
HOW MANY WILL YOU BUY?>
THAT WILL COST XX.XX
Answer Posted / prasad chavare
3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you differentiate between a pre and post increment operators while overloading?
What is encapsulation in c++?
What is virtual table?
What is c++ best used for?
What is constructor in C++?
Which should be more useful: the protected and public virtuals?
What is the iunknown interface?
What is a rooted hierarchy?
What is dynamic and static typing?
What is encapsulation in c++ with example?
What does asterisk mean in c++?
What are c++ tokens?
Explain what are the sizes and ranges of the basic c++ data types?
What is a lambda function c++?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()