(C ONLY) The program expects the name of an input file and an output file to be given by the user. If the user does not input any names, default file names should be used, such as input.txt and output.txt. The input files have lines which look like this: 3 Tester College; 1909 33001 The first number represents the rank; it is followed by the school name, year founded, and approximate number of students. Read the list of colleges into an array of structures. You may assume that the maximum size of a college name string is 64. The program should use either the insertion sort algorithm or the selection sort algorithm to sort the array in descending order by rank. Display any k consecutive schools requested by the user. For instance, if the user enters 12, the program displays the first 2 schools in a readable format of your choice. If the user enters 15, the program displays the first five schools, if the user enters 2 7, display 7 schools beginning with the one at index 1 (2 - 1), and so on. Repeat this process until the user enters 0 0. Reject invalid input (such as -1 5, or 1 200, etc.) Finally write the sorted array to the output file, using the same format as in the input file's format. Run the program once and save the screen output at the end of the source file as a comment. input.txt 3 Tester College; 1929 33001 5 Aponoeo College; 1964 22300 9 Arizona College; 1942 4000 7 Westside College; 1972 9506 2 Apollo College; 1917 25300 8 Sidester College; 1947 4760 4 Diablo Valley College; 1939 24781 6 Foothill College; 1947 18362 1 College of the Herch; 1957 24712 10 Quelsa College; 1953 19571

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
(C ONLY) The program expects the name of an input
file and an output file to be given by the user. If the
user does not input any names, default file names
should be used, such as input.txt and output.txt.
The input files have lines which look like this: 3
Tester College; 1909 33001 The first number
represents the rank; it is followed by the school
name, year founded, and approximate number of
students. Read the list of colleges into an array of
structures. You may assume that the maximum size
of a college name string is 64. The program should
use either the insertion sort algorithm or the
selection sort algorithm to sort the array in
descending order by rank. Display any k consecutive
schools requested by the user. For instance, if the
user enters 12, the program displays the first 2
schools in a readable format of your choice. If the
user enters 15, the program displays the first five
schools, if the user enters 2 7, display 7 schools
beginning with the one at index 1 (2 - 1), and so on.
Repeat this process until the user enters 0 0. Reject
invalid input (such as -1 5, or 1 200, etc.) Finally
write the sorted array to the output file, using the
same format as in the input file's format. Run the
program once and save the screen output at the end
of the source file as a comment. input.txt 3 Tester
College; 1929 33001 5 Aponoeo College; 1964
22300 9 Arizona College; 1942 4000 7 Westside
College; 1972 9506 2 Apollo College; 1917 25300 8
Sidester College; 1947 4760 4 Diablo Valley College;
1939 24781 6 Foothill College; 1947 18362 1 College
of the Herch; 1957 24712 10 Quelsa College; 1953
19571
Transcribed Image Text:(C ONLY) The program expects the name of an input file and an output file to be given by the user. If the user does not input any names, default file names should be used, such as input.txt and output.txt. The input files have lines which look like this: 3 Tester College; 1909 33001 The first number represents the rank; it is followed by the school name, year founded, and approximate number of students. Read the list of colleges into an array of structures. You may assume that the maximum size of a college name string is 64. The program should use either the insertion sort algorithm or the selection sort algorithm to sort the array in descending order by rank. Display any k consecutive schools requested by the user. For instance, if the user enters 12, the program displays the first 2 schools in a readable format of your choice. If the user enters 15, the program displays the first five schools, if the user enters 2 7, display 7 schools beginning with the one at index 1 (2 - 1), and so on. Repeat this process until the user enters 0 0. Reject invalid input (such as -1 5, or 1 200, etc.) Finally write the sorted array to the output file, using the same format as in the input file's format. Run the program once and save the screen output at the end of the source file as a comment. input.txt 3 Tester College; 1929 33001 5 Aponoeo College; 1964 22300 9 Arizona College; 1942 4000 7 Westside College; 1972 9506 2 Apollo College; 1917 25300 8 Sidester College; 1947 4760 4 Diablo Valley College; 1939 24781 6 Foothill College; 1947 18362 1 College of the Herch; 1957 24712 10 Quelsa College; 1953 19571
Expert Solution
steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY