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
What are the methods of exporting a function from a dll?
What is java and c++?
How is computer programming useful in real life?
What is a container class? What are the types of container classes in c++?
What is the identity function in c++? How is it useful?
Is c++ still being used?
What is pointer in c++ with example?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
What is abstraction in c++ with example?
What is #include cmath?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
Specify different types of decision control statements?
Describe the advantages of operator overloading?