Reference no: EM13708049
I need java source code:
A company hires you to write a program to track hourly employee arrival and departure times from work. In essence, you are tasked to make an online time clock.
The time clock shall keep a history of an employee's hours for a two-week pay period. The application shall have the given functionality:
The 'punch in/out screen' shall:
- Save the punch in or punch out date and time of the employee to a memory object (or file).
- The date and time, 'I' for Punched In or 'O' for punched out along with the Employee ID shall be saved to a memory object called timeclock (or file called timeclock.txt).
- The recorded date for 'punched in' and 'punched out' shall be the method for matching corresponding records.
- The program shall test to ensure that there is a 'Punched in' record for the corresponding day before a 'punched out' record is saved. If none is found, prompt the user to enter a 'punched in' time.
- When the user has punched in or out, the program shall display a message indicating that the employee has punched in or out, the employee ID, date and time.
- In console based applications the screen shall display "Press any key to continue"
- In console based applications the program shall return to the main menu after a key is pressed when the "Press any key to continue" prompt is displayed.
- Optional functionality: Add the day of the week to the data saved.
You need to prepare a program to track hourly employee arrival and departure times from work.
Converts a number from binary to decimal
: Write a program that Converts a Number from Binary to Decimal by using reading keyboard input, nested if statements, nested loops, Strings. Also ensure it's in java please! Thanks so much!
|
Find the clock cycles required in both cases
: What is the global CPI for each implementation and find the clock cycles required in both cases."
|
What is css
: Create a HTML page, answer the given questions - What is CSS
|
Write a program in c of fibonacci series
: Write a program in c of Fibonacci series with and without using fibo func, both
|
Write a program to track hourly employee departure
: A company hires you to write a program to track hourly employee arrival and departure times from work. In essence, you are tasked to make an online time clock.
|
Create a code with two functions
: You have to create a code with two functions. The first function takes a string as an argument and returns a Boolean that indicates whether or not the number of parentheses is balanced (utilizing a stack).
|
Design a pseudo code to create the program
: Design a pseudo code to create, debug and execute the program. The documentation should include your name, course, program name, due date, programming language used
|
Calculate the invoice for a client and then print out an inv
: Prepare a program in java that can calculate the invoice for a client and then print out an invoice to the screen.
|
Mips assembly instruction to set the pc
: Is it possible to use the jump (j) MIPS assembly instruction to set the PC to the address as 0x4000 0000 and Is it possible to use the branch-on-equal (beq) MIPS assembly instruction to set the PC to this same address?
|