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.

24th Nov 2020, 1:59 AM
christian malatamban
christian malatamban - avatar
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
24th Nov 2020, 2:11 AM
Ipang
+ 1
https://code.sololearn.com/cJW7aHlcAUH9/?ref=app
24th Nov 2020, 2:12 AM
christian malatamban
christian malatamban - avatar
+ 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
24th Nov 2020, 2:14 AM
ChaoticDawg
ChaoticDawg - avatar
0
This is the program I built so far and I don't know what to do next, I'm confused a little bit
24th Nov 2020, 2:12 AM
christian malatamban
christian malatamban - avatar