Write a C program to input the user choice to calculate School Fees or College Fees. If choice is 1 for School fees, input the monthly rate. Calculate and display the school fee using the formuia:...


Write a C program to input the user choice to calculate School Fees or College Fees. If choice is 1 for School fees, input the<br>monthly rate. Calculate and display the school fee using the formuia:<br>SchoolFee=monthlyrate+(500/12)<br>Otherwise calculate college fee. Input the course fee. Calculate and display the college fee using the formula:<br>Collegefee=courseFee+(courseFee

Extracted text: Write a C program to input the user choice to calculate School Fees or College Fees. If choice is 1 for School fees, input the monthly rate. Calculate and display the school fee using the formuia: SchoolFee=monthlyrate+(500/12) Otherwise calculate college fee. Input the course fee. Calculate and display the college fee using the formula: Collegefee=courseFee+(courseFee "0.2) Sample Output: 1. School Fees 2. College Fees Enter your choice (1/2) :1 Enter Monthly rate :45 School Fees 86.000000 1. School Fees 2. College Fees Enter your choice (1/2):2 Enter course Fee:150 College Fees 180.000000 A- I of alall II

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here