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

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.4: For Loops
Problem 11E
icon
Related questions
Question
i need the answer quickly
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.
Transcribed Image 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.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Datatypes
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning