S
shan
I have tried writing a program which should
1)get a number from user
2)calculate the following
for e.g if the input is 3 then 3
3
3
and the answer should be 19683.
3)similarly when the user entered 4 or 5 or any number it should
give the rquired result.
4)pow() SHOULD NOT TO BE USED
1)get a number from user
2)calculate the following
for e.g if the input is 3 then 3
3
3
and the answer should be 19683.
3)similarly when the user entered 4 or 5 or any number it should
give the rquired result.
4)pow() SHOULD NOT TO BE USED