Rewrite the following code using while loop .
a=int(input(“Enter base”))
b=int(input(“Enter power”))
s=1
for i in range(b):
s*= a
print(s)
Answers
Answered by
0
Answer:
the abstract science of number, quantity, and space, either as abstract concepts ( pure mathematics ), or as applied to other disciplines such as physics and engineering ( applied mathematics ).
"a taste for mathematics"
the mathematical aspects of something.
plural noun: mathematics
"James immerses himself in the mathematics of baseball"
Similar questions