You are on page 1of 3

NAME: Christine Mae T.

Cion
DATE: November 18, 2021 SECTION: BSCS 3A
______________________________________________________________________

Screenshot the code and output of the ff:

1. Write a program that will input your age and will convert your age
to hours.
NAME: Christine Mae T. Cion
DATE: November 18, 2021 SECTION: BSCS 3A
______________________________________________________________________

2. Write a program that will allows user to enter product, price,


quantity, and cash then prints out total and change.
NAME: Christine Mae T. Cion
DATE: November 18, 2021 SECTION: BSCS 3A
______________________________________________________________________
3. Suppose that every employee is required to work 8 hours a day. 
Write a program that:

 Allows user to Enter Days Worked 


 Allows user to Enter Rate per Day·   
 Allows user to Enter Minutes Late· 
 Allows user to Enter Minutes over time
 Display Overtime pay
 Displays Gross pay by calculating the sum of the overtime
pay to the product of Rate per   day and Days worked
 Display Tardiness by computing the minute’s late amount.
 Display Tax by Calculating the 12% of the Gross pay
 Display Deductions by getting the sum of Tardiness and Tax
 Display Net pay by calculating the difference of Gross pay
and Deductions.

You might also like