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:
The answer would be the second plot
Step-by-step explanation:
The frequency table show how many sick patients there are in a single age range. In the first two plots, the total dots between numbers 24, 25, 26, 27, 28, and 29 add up to 3, and the other 2 plots do not, so those are not correct.
When we add up the total of dots from ages 30-34 on the first plot, there are only 4 sick patients. On the second graph, there are 6 total patients in that age range. Therefore, the dot plot that corresponds with the frequency table is the second one.
B. A polygon is either a square or a rectangle
Answer:
the answer is 1 I guess
Step-by-step explanation:
2/5 - 3/5
2-3/5
1
I just took the test and it is 6/11 I am 100% sure. Please mark Brainliest