How are you going to be doing the payroll calculations what


Project Description: I would like my final project for computing 230 to be a payroll calculator. This will help workers when it comes to doing payroll at the end of the pay period. The intended user would be whoever is in charge of doing payroll. I know from experience that payroll can be hectic so this program would make payroll a little easier and less stressful. This program is simply solving a stress problem and money problem. When doing this project I would need functions.

Data Design: The data in my program is really about money. This will take away stress from anyone who has to do payroll. The best way to represent my data would be in a database format.

Algorithm/Use case:

#Define main function

#Convert the pay, hours, and rate to integers

#Print "Enter hours worked:"

#Format the hours string

#Make sure this is an integer

#Print "Enter hourly rate:"

#format the rate string

#make sure this is an integer

#Store hourly rate*hours worked to pay

#print your pay given

#Return the payed amoun

Here is what I need help with:

How are you going to be doing the payroll calculations? What kind of data is going to be stored in your database? I need a more clear format of how the user is going to interact with your program? Is it going to be purely a console program or are you going to have a GUI? this is a beginning computing course in python.

Solution Preview :

Prepared by a verified Expert
Basic Computer Science: How are you going to be doing the payroll calculations what
Reference No:- TGS02511831

Now Priced at $30 (50% Discount)

Recommended (99%)

Rated (4.3/5)