Question: There is an array that has all of the program names and there is an array that has the number of faculties in each program.
There is an array that has all of the program names and there is an array that has the number of faculties in each program. Both of these arrays are sorted alphabetically so that each element in the state table relates to the same element in the electoral vote table (Hint- Parallel Arrays):
| Disciplines | Example | Number of Faculties |
| Art | 4 | |
| Biology | 10 | |
| Chemistry | 7 | |
| Psychology |
| 8 |
Design a program using pseudcode and modules that:
Displays the list of all of the discisplines with the number of faculties.
Displays the total numbers of faculties for all disciplines.
Displays the disciplines with the most faculties.
Displays the discipline with fewer than 5 faculties.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
