Assignment title: Information


Q Using Arrays for exercises in rubric using C#Write a program named studentAverage that prompts user for the number of students in a class. Store that number in an integer variable called numStudents. Prompt the user to enter the final exam grade as an integer value between 1 and 100 for each student and save those grade values in an integer array called grades. Iterate through the array and display each student's final exam grade, and then display the class average. 8-3. Create an array called numbers to hold the following values in this order: 25, 5, 48, 34, 1, 15. Write a program to get the average of the six numbers.Unit 8 Assignment 2: Coding ProjectCreate and populate a string array called familyNames that holds five family names. You will ask the user to enter five family names through console input (C#), using the Scanner (JAVA), or Forms (Web Development). You will then display the family names by reading the contents of the array and display the content in the following format: