Answer:
Step-by-step explanation:
The answer is 0.003, because the two "00" in front of the three represent, tenths and hundredths, and the 3 is in the thousandths place<span />
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;
}
Answer:
C 3 cm per present
Step-by-step explanation:
1 = 3cm
2 = 6cm
3 = 9cm
Answer:
Step-by-step explanation:
*
*
*
because the bases are all the same.. just add the exponents

or
