Answer:
// C++ Program to arithmetic operationf on 2 Numbers using Recursion
// Comments are used for explanatory purpose
#include <bits/stdc++.h>
using namespace std;
// add10 recursive function to perform arithmetic operations
int add10(int m, int n)
{
return (m + product(n, 10)); //Result of m + n * 10
return 0;
}
// Main Methods Starts here
int main()
{
int m, n; // 2 Variables m and n declared as integer
cin>>m; // accept input for m
cin>>n; // accept input for n
cout << "Result : "<<add10(m,n); // Print results which is calculated by m + 10 * n
return 0;
}
37 is prime so it is reduced to its lowest form.
33/44 simplifies to 3/4
Answer:
640 calories
Step-by-step explanation:
I attachedmy handwritten work and this is what I got
I'm only like 97.48% sure I understand the question. If I'm wrong someone tell me and I will try to fix it
and if it's too difficult to read, just tell me that too and I will fix it.
There would only be 50 odd numbers between 1 and 100 so therefor there would be 50 even so that would only be 50 odd numbers
The run can be made 11 meters long