Computer Science, asked by rahul264139, 5 months ago

1. White a C++ program to input three numbers nt, n2 and n3. Add them. Then divide the
sum by n2 Display the sum and the quotient.

2. A fruit seller bought 76 pineapples to sell. For the first 15 pineapples, he paid Rs 55 each
and for the rest he had to pay Rs.48 each. Write a C++ programs to calculate and display
the total amount paid by the fruit seller for all the pineapples.

Answers

Answered by adityatiwar0511
1

Explanation:

User will input 2 numbers then the. program will display the sum,. difference, product, and quotient. //User inputs. int num1 = 3;. int num2 ...

Similar questions