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:
AE = 12 units
Step-by-step explanation:
ce is the same unit as AE
Step-by-step explanation:
the answer is
2x+4x =90
6x=90
x=15°
<h3>Answer:</h3><h3>There are 3 true statements, and the true statements are: </h3><h3>choice A, choice C, choice D</h3>
======================================================
Explanation:
A. True. All triangles have 3 straight sides and 3 angles.
B. False. All triangles are polygons. A polygon is just a collection of line segments glued together to form a closed shape.
C. True. A plane figure is a flat shape.
D. True. See choice A.
E. False. Some triangles do not have one right angle. Example: obtuse triangles do not have any right angles.