Question: C++ Program Assignments 1. Write a program to convert a sum of money in Dollars to Euro if the exchange rate is variable. In another
Assignments 1. Write a program to convert a sum of money in Dollars to Euro if the exchange rate is variable. In another words the user will tell what is the exchange rate is today. 2. Write a program to receive three test grades and calculate the average (test1+test2+test3)/3 and using if statements find the letter grades. 3. Write a program using functions that calculates the sum and multiplications of three values. There shall be two fi-unction declarations One to evaluate the SUM results and one to calculate the multiplications. Write a third function that prints the results. Use looping techniques to do the task 5 times using for ... loop technique. 4. Write a function program to receive a student's tests grades, let's say as of problem 2. And call the function to find the average value. And then use another function to assign a letter grade using if statements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
