Question: c++ (1) Write a program to read 10 temperatures in an array from the keyboard then compute and print the average of all temperatures, the
c++(1) Write a program to read 10 temperatures in an array from the keyboard then compute and print the average of all temperatures, the highest and lowest temperature? Q2) Suppose you have this array int marks [5]={90, 70, 89, 60, 75). Write a program to print this array and update the marks in the array by adding 5 marks for each mark less than 90 and print the array after updating marks? (3) Write a recursive function that reads from the keyboard a set of characters and prints them backwards. Use the full-stop character (.) to determine the program. An example of the program input/output session should be as follow: Enter a character (. To end)? A Enter a character (. To end)? B Enter a character (. To end)? C Enter a character (. To end)?. (4) Write a function that reads number as seconds, the function should prints the hours, minutes and second of the numbers. Output format is something like
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
