Question: I need help with program 5 function 6 please and thank you Each group programming assignment consists of three students and all three students in

 I need help with program 5 function 6 please and thank

I need help with program 5 function 6 please and thank you

you Each group programming assignment consists of three students and all three

Each group programming assignment consists of three students and all three students in the group should be in attendance when programs are submitted using the computers in the classroom. Each group of three students is expected to do their own work. That is an identical programs are submitted between different groups of students, each identical program will receive a score of zero. For full credit on each program, please paste your output to the bottom of your program listing as a comment and make sure to include the full names of all groups members at the top of the program as a comment. Also please make sure to format your output properly. Program1: Write a C program which will allow the user to enter in two integers and will point out the two integers, the sum, difference, product, quotient, cubes, modulus, and average of the two integers. Program2: You need a program to maintain information about your employees' payroll. Assume that you have the following employees: Write C program that will perform the following tasks: Allow the user to enter in the data for each employee. For each employee, calculate the gross pay, the federal tax owned, the state tax owed, and the net pay. The formulas to use are as follows: gross pay = hours worked * hourly rate federal tax owed = gross pay * federal tax rate/100 State tax owed = gross pay * state tax rate/100 net pay = gross pay - federal tax owed - state tax owed Print out the name for each employee followed by the results of your calculations from Task 2. Calculate and print the total gross pay, the total federal tax owed, the total state tax owed and the total net pay for all four of the employees. Rewrite Program 2 by paying overtime hours at time and a half. For example, if an employee's hourly rate is $10 then the first 40 hours should be paid at an hourly rate of $10 per hour and any hours over 40 should be paid at $15 per hour. Also, Print out the total of the overtime paid and the total number of overtime hours for the four employees. In addition, find the print the number of employees who did work overtime. A Wheel of Fortune has 21 slots on it. 8 slots are labelled $1, 6 slots are labelled $2, 4 slots are labelled $5, 2 slots are labeled 10$, and one slot is labelled $25. In this game, the user is asked for the amount of money they want to bet along with their guess as to when slot the wheel will stop at when spun Write a C program that will ask the user for these inputs randomly spin the wheel once, and print out the result and the amount that the user won or lost. If the user guesses the correct slot, the user wins the bet made * correct wheel slot. Otherwise, the user loses the bet made. Write a C program which includes the following functions with parameter passing: Function 1: Allow the user to enter 3 distinct integer values. Function 2: Print the 3 integer values. Function 3: Use the return statement to return the middle value of the 3 integer values Print the middle value in the main. Function 4: Sort the 3 integer values from high to low Upon returning to the main, use your print function to print the 3 integer values in sorted order. Rewrite program 3 using appropriate functions and parameter passing. Also, please include a structure chart for your program which you can either create by hand or on the computer. Rewrite program 6 using a looping statement. You may use either a while loop, do loop, or for loop. Please include a brief statement in a comment statement in your program stating the assumptions. You made to pick your looping statement. That is, If the loop is deterministic or indeterministic and the loop is entrance-controlled or exit-controlled. Write a C program that picks a random number from 1 to 100. Allow the user to guess the random number by printing if each guess is higher or lower than the random number. If the user cannot guess the random number in 8 guesses, print out the random number picked. If the user guesses the number in 8 or fewer guesses, print how many guesses it took the user to guess the random number. Write a C program which uses the following functions for an array of 8 names: a. Load the array from the keyboard. b. Print the array. c. Sort the array in descending order. Print the array again using the same print function from b e. Allow the user to enter a full name and search for the full name in the array. Print "found" if the full name is in the array or print "not found" if the full name is not in the array

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!