P-Assignment 17: Math Module Part 2
Hi, Please do the following programs.
- Write a python script to calculate compound interest by giving all the required values
- Write a python script to calculate simple interest by giving all the required values
- Write a python script to calculate simple interest by giving all the required values using functions.
- Write a python script to read height in centimeters and convert the height to feet and inches
- Write a python script to take temperature in Celsius and convert it to Fahrenheit.
- Write a python script to find how many numbers are divisible by 5 and multiple of 8 in a given range of numbers.
- Mr. Ram borrowed Rs.50,000 from Mr. Sudhakar for 1 year at 2% rate of interest. What is the total amount does Mr.Ram has to pay for Mr.Sudhakar after 2 years.
- Write a python script to evaluate the compound interest for 2 years on total Rs.9500 at 3 percent rate of interest per year .
- Mr. Rathnam will gets simple interest of Rs.1000 on a particular principle at 5% rate of interest per a year in 3 years.How much of total does Mr. Rathnam will get on twice the principal in 2 years for the same rate.
- Sowmya took loan of Rs.75,000 with 2% rate of interest.In the next year, because of GST she has to pay 15% of the total amount including with regular interest. What is the total money she should pay for 4 years.