• Create a non-GUI based Java application that calculates weekly pay for an employee. The application should display text that requests the user input the name of the employee, the hourly rate, and the number of hours worked for that week. The application should then print out the name of the employee and the weekly pay amount. In the printout, display the dollar symbol ($) to the left of the weekly pay amount and format the weekly pay amount to display currency.
amylaney 0 Newbie Poster
Recommended Answers
Jump to PostBefore you start thinking in terms of code, maybe try understanding the steps involved in english. Write out some dot points on a piece of paper to get a better idea of what is going on. I'll give you step one:
Display text: "Please enter employee's name." Get input …
All 4 Replies
lookof2day 6 Junior Poster in Training
amylaney 0 Newbie Poster
darkagn 315 Veteran Poster Featured Poster
ukankissthis 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.