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
In a function declaration, what does extern mean?
What is abstraction c++?
What is the difference between C and CPP?
How long does it take to get good at leetcode?
Is dev c++ free?
What is lvalue?
What is the use of lambda in c++?
Why do we use templates?
What are containers in c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
How can I improve my c++ skills?
Explain the difference between using macro and inline functions?
What does return 0 do in c++?
What are friend functions in C++?
Can constructor be private in c++?