Answer: 5000000000
Step-by-step explanation: i just know
Answer:
$2.40 or $77.55
Step-by-step explanation:
I don't know if you are asking for how much off or what, so I'm doing both
First, we have to find how much we have to take off or what is 30% of 79.95 so our equation is:
79.95 x 0.03 = 2.40
So 30% of 79.95 is $2.40
To find how much our new price sale is, we have to take that $2.40 off so our equation is:
79.95 - 2.4 = 77.55
So our discount price is $77.55
hope this helps:)
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: <u><em>I think that the answer should be 2.4</em></u>
<u><em /></u>
Step-by-step explanation: <em><u>The reason why is because they did 2 the 2.2 so their going up by twos I belive making the answer 2.4.</u></em>