I=ptr
i=(3000)(1461)(3.5%)
i=153405
his cost will be $153 405 by 4 years
Answer:
Time in seconds when the ball is 4 feet above the ground is:
t= 0.6 and 2.9.
7:45 -1 hour=6:45
The concert started at 6:45
7:45+2 hours=9:45
The concert will be over at 9:45
The time outside the theater is
5:30a.m. or 5:30p.m.
It's most likely 5:30p.m. as 5:30a.m. is really early in the morning.
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:
i thought i had the answer but then i got it wrong im sorry
Step-by-step explanation: