Physics, asked by Anonymous, 2 months ago

what is time before 2 hours​

Answers

Answered by omtayade55
1

Answer:

3 : 00 hour

Explanation:

that is a right ANS

Answered by Anonymous
0

Answer:

ap mare GF bano gi plz mara name faizan ha or ap ka

Explanation:

#include <iostream>

using namespace std;

int main()

{

int exponent;

float base, result = 1;

cout << "Enter base and exponent respectively: ";

cin >> base >> exponent;

cout << base << "^" << exponent << " = ";

while (exponent != 0) {

result *= base;

--exponent;

}

cout << result;

return 0;

}

Similar questions