Introduction to computing 1- write a c program to process weekly employee time cards for all employees of an organization ,Each employee will have three data items:an identification number, the hourly...

i need the answer quicklyIntroduction to computing<br>1- write a c program to process weekly employee time cards for all employees of an<br>organization ,Each employee will have three data items:an identification<br>number, the hourly wage rate and the numbers of hour worked during a given<br>week,<br>• Each employee is to paid time and a half for all hours worked over 36.<br>a tax amount of 3.3% of gross salary will be deducted.<br>the program output should shows the employees number and net pay<br>2- write a c program to compute the factorial of a number and use it to print the<br>factorial of the numbers 1-7.<br>3- write a c program that reads an array of 10 integers .the program finds the sum of<br>all non- negative elements of the array and the of all negative elements.<br>the program prints is 24 -4 5 -1 2 -3 -4 01 the output should be the sum of the<br>non-negative elements is 14 and the product of the negative elements is 48.<br>4- Write a program in C to print all unique elements in an array<br>Test Data :<br>Print all unique elements of an array:<br>Input the number of elements to be stored in the array: 4<br>Input 4 elements in the array :<br>element - 0: 3<br>element - 1: 2<br>element - 2: 2<br>element - 3:5<br>Expected Output :<br>The unique elements found in the array are:<br>35<br>5- Write a program in C to find the sum of the series 1!/1+2!/2+3!/3+4!/4+5!/5<br>using the function<br>6- Write a program in C to get the largest element of an array using the<br>function.<br>Import notes:<br>1- the last day of submission is 19-23/12/2021<br>2- you must submit the following :<br>source code + your work must be in a folder, your name and id and the<br>number of question.<br>3- if the student copies the assignment of another student he/she will be<br>assigned a zero grade for the work.<br>

Extracted text: Introduction to computing 1- write a c program to process weekly employee time cards for all employees of an organization ,Each employee will have three data items:an identification number, the hourly wage rate and the numbers of hour worked during a given week, • Each employee is to paid time and a half for all hours worked over 36. a tax amount of 3.3% of gross salary will be deducted. the program output should shows the employees number and net pay 2- write a c program to compute the factorial of a number and use it to print the factorial of the numbers 1-7. 3- write a c program that reads an array of 10 integers .the program finds the sum of all non- negative elements of the array and the of all negative elements. the program prints is 24 -4 5 -1 2 -3 -4 01 the output should be the sum of the non-negative elements is 14 and the product of the negative elements is 48. 4- Write a program in C to print all unique elements in an array Test Data : Print all unique elements of an array: Input the number of elements to be stored in the array: 4 Input 4 elements in the array : element - 0: 3 element - 1: 2 element - 2: 2 element - 3:5 Expected Output : The unique elements found in the array are: 35 5- Write a program in C to find the sum of the series 1!/1+2!/2+3!/3+4!/4+5!/5 using the function 6- Write a program in C to get the largest element of an array using the function. Import notes: 1- the last day of submission is 19-23/12/2021 2- you must submit the following : source code + your work must be in a folder, your name and id and the number of question. 3- if the student copies the assignment of another student he/she will be assigned a zero grade for the work.
Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here