Write a Java application and use a Two dimensional array that will store five information technology courses, with the average amount of students registered for each course. Your program must: Q.2.1 Contain a two dimensional array to contain three student registration figures for five different information technology courses and a single array to contain the course names. Q.2.2 Calculate and print the average of the course registration figures for each IT course. Q.2.3 Determine if the IT course will be run or not. If the average registration figures of the IT course is greater than or equal to 70 then the IT course will run. Q.2.4 Print out each course name with the average registration and if the course will ru
Write a Java application and use a Two dimensional array that will store five information technology
courses, with the average amount of students registered for each course.
Your program must:
Q.2.1 Contain a two dimensional array to contain three student registration figures for five
different information technology courses and a single array to contain the course
names.
Q.2.2 Calculate and print the average of the course registration figures for each IT course.
Q.2.3 Determine if the IT course will be run or not. If the average registration figures of the IT
course is greater than or equal to 70 then the IT course will run.
Q.2.4 Print out each course name with the average registration and if the course will run.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images