what is time before 2 hours
Answers
Answered by
1
Answer:
3 : 00 hour
Explanation:
that is a right ANS
Answered by
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
English,
1 month ago
Math,
1 month ago
India Languages,
1 month ago
English,
2 months ago
Math,
9 months ago