a) Provide the name of the business and where it is located. p) Indicate the type of commercial activity you are engaged in. C) Indicate the number of employees in the business. d) Write a Java programme (named EmployeePay.java) that calculates the weekly pay for each of your employees based on the total number of hours they have worked in a week using the following guidelines. All employees are paid a regular hourly rate of some amount. (Determine that amount in Ghana cedis) Indicate the number of regular working hours for all employees in a week Some employees occasionally work overtime and are supposed to be paid for the hours they have worked overtime. (Determine the overtime hourly rate in Ghana cedis. Note: Overtime hourly rate should be more than the regular hourly rate). Employees can however only do a maximum of 2 overtime hours each day. Your programme should work as follows: i. Create data fields (variables) of the appropriate data types to store all the variables you will use ii. When the programme runs, prompt an employee to enter the total number of hours he/she has worked for the week. iii. Calculate and display the amount the employee should be paid for the week. (e.g. "Your weekly pay is ... Cedis"). If the employee is due overtime pay, also display the amount of his/her overtime pay. If not, print out "You do not qualify for overtime pay" iv. If an employee puts in more hours than the maximum required (i.e. regular + overtime), display the regular pay, but add a message alerting the person that the overtime pay cannot be processed.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

Supposing you have set up a business that is carrying out a commercial activity and
making profits, and you have employed a number of people to work in the business.
Answer the following based on your knowledge in Java Programming.
a) Provide the name of the business and where it is located.
b) Indicate the type of commercial activity you are engaged in.
c) Indicate the number of employees in the business.
d) Write a Java programme (named EmployeePay.java) that calculates the weekly
pay for each of your employees based on the total number of hours they have
worked in a week using the following guidelines.
• All employees are paid a regular hourly rate of some amount. (Determine
that amount in Ghana cedis)
• Indicate the number of regular working hours for all employees in a week
• Some employees occasionally work overtime and are supposed to be paid for
the hours they have worked overtime. (Determine the overtime hourly rate in
Ghana cedis. Note: Overtime hourly rate should be more than the regular
hourly rate).
• Employees can however only do a maximum of 2 overtime hours each day.
Your programme should work as follows:
i. Create data fields (variables) of the appropriate data types to store all the
variables you will use
ii. When the programme runs, prompt an employee to enter the total
number of hours he/she has worked for the week.
iii. Calculate and display the amount the employee should be paid for the
week. (e.g. "Your weekly pay is … Cedis"). If the employee is due
overtime pay, also display the amount of his/her overtime pay. If not, print
out "You do not qualify for overtime pay"
iv. If an employee puts in more hours than the maximum required (i.e.
regular + overtime), display the regular pay, but add a message alerting
the person that the overtime pay cannot be processed

Supposing you have set up a business that is carrying out a commercial activity and
making profits, and you have employed a number of people to work in the business.
Answer the following based on your knowledge in Java Programming.
a) Provide the name of the business and where it is located.
b) Indicate the type of commercial activity you are engaged in.
c) Indicate the number of employees in the business.
d) Write a Java programme (named EmployeePay.java) that calculates the weekly
pay for each of your employees based on the total number of hours they have
worked in a week using the following guidelines.
All employees are paid a regular hourly rate of some amount. (Determine
that amount in Ghana cedis)
Indicate the number of regular working hours for all employees in a week
Some employees occasionally work overtime and are supposed to be paid for
the hours they have worked overtime. (Determine the overtime hourly rate in
Ghana cedis. Note: Overtime hourly rate should be more than the regular
hourly rate).
Employees can however only do a maximum of 2 overtime hours each day.
Your programme should work as follows:
i. Create data fields (variables) of the appropriate data types to store all the
variables you will use
ii. When the programme runs, prompt an employee to enter the total
number of hours he/she has worked for the week.
iii. Calculate and display the amount the employee should be paid for the
week. (e.g. "Your weekly pay is .. Cedis"). If the employee is due
overtime pay, also display the amount of his/her overtime pay. If not, print
out "You do not qualify for overtime pay"
iv. If an employee puts in more hours than the maximum required (i.e.
regular + overtime), display the regular pay, but add a message alerting
the person that the overtime pay cannot be processed.
Transcribed Image Text:Supposing you have set up a business that is carrying out a commercial activity and making profits, and you have employed a number of people to work in the business. Answer the following based on your knowledge in Java Programming. a) Provide the name of the business and where it is located. b) Indicate the type of commercial activity you are engaged in. c) Indicate the number of employees in the business. d) Write a Java programme (named EmployeePay.java) that calculates the weekly pay for each of your employees based on the total number of hours they have worked in a week using the following guidelines. All employees are paid a regular hourly rate of some amount. (Determine that amount in Ghana cedis) Indicate the number of regular working hours for all employees in a week Some employees occasionally work overtime and are supposed to be paid for the hours they have worked overtime. (Determine the overtime hourly rate in Ghana cedis. Note: Overtime hourly rate should be more than the regular hourly rate). Employees can however only do a maximum of 2 overtime hours each day. Your programme should work as follows: i. Create data fields (variables) of the appropriate data types to store all the variables you will use ii. When the programme runs, prompt an employee to enter the total number of hours he/she has worked for the week. iii. Calculate and display the amount the employee should be paid for the week. (e.g. "Your weekly pay is .. Cedis"). If the employee is due overtime pay, also display the amount of his/her overtime pay. If not, print out "You do not qualify for overtime pay" iv. If an employee puts in more hours than the maximum required (i.e. regular + overtime), display the regular pay, but add a message alerting the person that the overtime pay cannot be processed.
Expert Solution
steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education