Computer Science, asked by samrasayeedkhan2004, 4 months ago

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 amboyraju
0

Answer:

ya only in

Explanation:

two words only but you can safe enough with it

Answered by howtos120
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