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:
Sweets are sold loose, or pre-packed in 120g bags.
The 120 g bags are £1.49 each.
The loose sweets are £0.89 for 100g.
By calculating the price per gram, determine which is better value. Show your working.
Answer:
I got 20
Step-by-step explanation:
The chance of getting less than 3 is 2/6.
If she rolls the dice 60 times, that means you have to multiply 2/6 by 60.
The answer you would get is 20.
Answer:
X is just the variable or missing edge, side, angle .etc that you are looking for
Step-by-step explanation:
The answer of 9 3/4 as a percent is
9 (900%) plus 3/4 (75%) which equals 975%