Programing C The program will ask for the information - Of the professor: Professor's ID Professor's first name (ending with a period) - For the number of TAs in the class - For TA information - First...


Programing C<br>The program will ask for the information<br>- Of the professor:<br>Professor's ID<br>Professor's first name (ending with a period)<br>- For the number of TAs in the class<br>- For TA information<br>- First Name of the TA (ending with a period)<br>- ID of the TA<br>- Number of hours assigned to work for the class (this should be a decimal).<br>- For the number of students in the class<br>- For the students information<br>Age<br>ACT<br>GPA<br>First Name of the student (ending with a period)<br>There is an example of how the output of the program should look like but it doesn’t have to<br>look exactly like that.<br>Please input professor's ID:<br>101566<br>Now, please input profesor's first name. Make sure to end with a period.<br>Tim.<br>ID of professor is 101566<br>FirstName: Tim<br>How many TAs do you have?<br>Input info of ta in this format: ID_hours<br>101655_20.0<br>Input ta's first name. Make sure to end with a period.<br>Joe.<br>Info of TA 1 is:<br>ID: 101655<br>Hours: 20.00<br>FirstName: Joe<br>How many students do you have?<br>Input info of student in this format: age_ACT_GPA<br>19_24_3.8<br>Input student's first name. Make sure to end with a period.<br>Mario.<br>Info of student 1 is:<br>age: 19<br>ACT: 24<br>GPA: 3.80<br>FirstName: Mario<br>

Extracted text: Programing C The program will ask for the information - Of the professor: Professor's ID Professor's first name (ending with a period) - For the number of TAs in the class - For TA information - First Name of the TA (ending with a period) - ID of the TA - Number of hours assigned to work for the class (this should be a decimal). - For the number of students in the class - For the students information Age ACT GPA First Name of the student (ending with a period) There is an example of how the output of the program should look like but it doesn’t have to look exactly like that. Please input professor's ID: 101566 Now, please input profesor's first name. Make sure to end with a period. Tim. ID of professor is 101566 FirstName: Tim How many TAs do you have? Input info of ta in this format: ID_hours 101655_20.0 Input ta's first name. Make sure to end with a period. Joe. Info of TA 1 is: ID: 101655 Hours: 20.00 FirstName: Joe How many students do you have? Input info of student in this format: age_ACT_GPA 19_24_3.8 Input student's first name. Make sure to end with a period. Mario. Info of student 1 is: age: 19 ACT: 24 GPA: 3.80 FirstName: Mario

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here