Answer:
I believe it's C
Step-by-step explanation:
Answer: Assuming you mean that the original cost was doubled and now equals $60, the camera costed $30. Assuming the camera's price has been doubled from $60, it is $120. The wording is a bit unclear, so I'm giving you both answers.
Step-by-step explanation: To find half of the price of $60, simply divide it by 2, which gives you $30.
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;
}
1280 Is the correct anwser
CAD= BAD
AD=AD( the same side of two angles).