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;
}
Como solo division?? Porque es 17
Answer:
5/6
Step-by-step explanation:
The numbers 5 or greater than 1 are 2, 3, 4, 5, and 6.
5 numbers out of 6 numbers.
P(5 or greater than 1) = 5/6
Answer:
<u>C. $1190.00</u>
Solution given:
1 hour :$17
each week
35 hour :35*$17=$595.00
If you gross pay on your next paycheck is $595*2=$1190.00