0
Can anyone teach me how to design this program using javađ„ș TIA
Design a program to input number of hours worked and the rate per hour. The program calculates the amount of income( hours times rate) and the net income( amount of income - tax). The tax is calculated as 10% from the amount of income.
4 Answers
+ 3
Many here can, and will help, but one question here is, have you tried? if you have tried, then share the tryout code here.
The community helps you to get through a barrier but you need to also put some efforts by means of writing the code and then share it here for an inspection.
Follow this guide to share the code đ
https://www.sololearn.com/post/75089/?ref=app
+ 1
https://code.sololearn.com/cJW7aHlcAUH9/?ref=app
+ 1
This must be an assignment. I literally just answered a question for the same assignment earlier today. It's probably just a couple dozen posts down.
https://www.sololearn.com/discuss/2600719/?ref=app
0
This is the program I built so far and I don't know what to do next, I'm confused a little bit