In Class Activities - Arithmetic Operators in C
In Class Activities - Arithmetic Operators in C
1) Write a program that takes two numbers as input from the user and
calculates their sum, difference, product, and quotient.
2) Create a program that calculates simple interests. Take principal
amount, rate of interest, and period as input from the user.
3) Write a program that converts temperature from Celsius to Fahrenheit.
Take the temperature in Celsius as input from the user.
4) Develop a program that computes the area and circumference of a
circle. Take the radius as input from the user.
5) Create a program that solves a quadratic equation (ax^2 + bx + c =
0). Take coefficients a, b, and c as input from the user.
6) Write a program that converts currency from one denomination to
another. Take the amount and the source/target currency as input
from the user.
7) Develop a program that converts distance from miles to kilometers.
Take the distance in miles as input from the user.