You are on page 1of 5

INTRUCTIONS:

1. Use a function to calculate the wages per employee.


2. Use a function to calculate the total wages payable.
3. Use a function to rank the employees according to wage, in descending o
4. Use a function to rank the employees according to wage, in ascending or

HOURLY WAGE $15.00

HOURS RANK
EMPLOYEE WORKED WAGES (DESCENDING)

EMP 1 1349 $20,235.00 3


EMP 2 640 $9,600.00 5
EMP 3 585 $8,775.00 6
EMP 4 1918 $28,770.00 1
EMP 5 1634 $24,510.00 2
EMP 6 996 $14,940.00 4

TOTAL WAGES PAYABLE $106,830.00


wage, in descending order.
wage, in ascending order.

RANK
(ASCENDING)

4
2
1
6
5
3
INTRUCTIONS:
1. Use a function to round the grades up to the nearest integer. HINT: 0
2. Use a function to find the average grade of the class.
3. Use a function to find the mode grade.
4. Use a function to find the median grade.
5. Use a function to rank the students, in descending order.
6. Use a function to rank the students, in ascending order.

STUDENTS RAW GRADES


ROUNDED RANK RANK
GRADES (DESCENDING) (ASCENDING)

Alex 85.2345678 86 2 10
Laura 55.9876543 56 7 4
Tim 65.9876549 66 5 7
Mitchelle 73.3456789 74 4 8
Christian 42.2345678 43 9 3
Gracy 55.9876542 56 7 4
Kate 40.2345678 41 10 2
William 77.3456789 78 3 9
Dora 30.9876544 31 11 1
Ana 95.2345678 96 1 11
Mili 64.6432569 65 6 6

AVERAGE 62.9090909091
MODE 56
MEDIAN 65

1
2
3
4
5
6
7
8
9
10
11
nteger. HINT: 0

You might also like