[Solved]Q2 Write Program Accept Ten Element Float Array Print Result Max Min Sum Array 5 Marks Q37075724

What is the solution to these questions ?
Q2.A Write a program to accept ten element float array, and print the result (Max (…)-Min (….) Sum (…. of the array. (5 Marks) 02.B Write a C++ program that reads heat degree in Fahrenheit, and prints heat degree Celsius. (Recall that 0C is 32F and there is 9/5 degree F in degree C). (5 Marks) Q3.A. Write a CPP functions that tack the student mark and then prints the grade. (5 Marks) (10 Marks) Q3.B. Write a CPP functions to fill 2D array as folowing. 5 15 25 35 45 5 15 25 35 45 5 15 25 35 45 5 15 25 35 45 5 15 25 35 45 Y Y XY Y ㄚㄨㄨㄨㄚ void Fill1(int A[5][5],int X,int Y) void Fill2(int AISIIS1) Show transcribed image text Q2.A Write a program to accept ten element float array, and print the result (Max (…)-Min (….) Sum (…. of the array. (5 Marks) 02.B Write a C++ program that reads heat degree in Fahrenheit, and prints heat degree Celsius. (Recall that 0C is 32F and there is 9/5 degree F in degree C). (5 Marks) Q3.A. Write a CPP functions that tack the student mark and then prints the grade. (5 Marks) (10 Marks) Q3.B. Write a CPP functions to fill 2D array as folowing. 5 15 25 35 45 5 15 25 35 45 5 15 25 35 45 5 15 25 35 45 5 15 25 35 45 Y Y XY Y ㄚㄨㄨㄨㄚ void Fill1(int A[5][5],int X,int Y) void Fill2(int AISIIS1)
Expert Answer
Answer to Q2.A Write a program to accept ten element float array, and print the result (Max (…)-Min (….) Sum (…. of the arra… . . .
OR

