Write a program to calculate the scholarship earned by himani who gets 500 per month for three consecutive years
Answers
Answered by
1
Answer:
Please say which Programming Language to write.
Explanation:
python:
a = 500
print("Result = ", a**3)
Output:
Result = 1500
Similar questions