Answer:
12
Step-by-step explanation:
3 x 4
3 is how far the shape goes to the left.
4 is how far it goes to the bottom
you multiply the two numbers to cover the area
Side length-80
So we know that for a Right Angle, both sides have to measure up to 90 degrees. If one side is 10, and both sides need to add up to 90, then we can take 10 away from 90. That would be 80. 80 + 10 = 90. So the missing side length is 80.
-DustinBR
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 donut shop is what is being personified, its not actually calling to him. It is given the human trait of calling or talking.
6. The night.
It is giving it a sort of motion personification, being that the night can make noise, but in this case is being quiet.
7. Diamonds being personified as a friend.
The human triat is being a friend or friendly.
How many groups of 3 do you have