cs159 c language
name Hussain id 55090 section M9
Write a main function that performs the following: • Prints on the screen your name, your student ID, and your section number. For example, if your name is "Ahmad Ali", your ID is 12345 and your section is M9, the main function should print "Ahmed_Ali_section_M9_ID_12345". (3 points) • Initializes a variable X with your student ID. if your ID is 12345, the value of X will be 12345. (2 points) Using a for loop, prompt the user to enter the salary for X employees. (10 points) Calculates and prints the average salary of all employees with a salary greater than 500. (10 points)
cs159 c language name Hussain id 55090 section M9
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am