24. Write a program to calculate amount payable after con
25. Write a program to computer (a + b) using the formula a + b3 +3a+b+3ab?
Answers
Answered by
0
Answer:
ya only in
Explanation:
two words only but you can safe enough with it
Answered by
0
Answer:
here it is mate.......
Explanation:
r=float(input("Enter the value of rate of interest"))# It is used to take the rate of interest value from the user. t=float(input("Enter the value of time"))# It is used to take the time value from the user. print("The payable amount is "+str(((p*r*t)/ 100)+p)) # it is used to calculate the payable amount and print it.
U R WELCOME..............
Similar questions