Computer Science, asked by josephbaiju, 6 months ago

Write a program to input two integers m and n which are two digit numbers. Find the sum of quotients and the product of the remainders of these numbers after dividing by 10. Print the numbers along the sum and product. [ Use function argument method to input the two numbers m and n] Sample input: m=34 n=27 Sample output: First number: 34 Second number: 27 Quotient of first number: 3 Remainder of first number: 4 Quotient of second number: 2 Remainder of second number: 7 Sum of quotients: 5 Product of the remainders: 28 || need it urgently ||

Answers

Answered by guru71581
3

Answer:

wait I will give you answer after sone times

Similar questions