Write program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 5

Write program

Write a JAVA program that asks the user to input the instructor Salary (double) and Academic Rank (String) as "Assistant","Associate" valid and there is no need for validation. Your program should display the Tax amount and Net Salary as follows: ,or "Lecturer" (ignore case). Assume all inputs are Tax Amount =Salary x Tax Rate Net Salary= Salary- Tax Amount Tax Rate can found from the following table Academic Rank Tax Rate Assistant 10% Associate 15% Lecturer 5%

26th Apr 2021, 7:54 AM
Fd Fd22
Fd Fd22 - avatar
2 Answers
+ 2
Hey Fd Fd22 Were is your attempt , attache your code !
26th Apr 2021, 8:12 AM
Giriraj Yalpalwar
Giriraj Yalpalwar - avatar
+ 1
Seems to be your homework anyways post your code here
26th Apr 2021, 10:34 AM
Atul [Inactive]