Write Program Reads Subtotal Gratuity Rate Service Compute Gratuity Total Example User Ent Q43826796
Java Pseudocode & Source code help please.Write a program that reads the subtotal and the gratuity rate for a service. Compute the gratuity and the total. For example, if the user enters 10 for the subtotal and 15% as the gratuity rate, the program displays $1.5 as the gratuity and $11.5 as total. Your program should output and identify the subtotal entered, the gratuity rate, the gratuity amount and the total amount due. You should submit your pseudocode algorithm, java file, .class file and your screenshot showing your output. Your output should be formatted in such a way that it makes sense for what a user would want to see. Remember to output a description of what you are showing the user – not just values on a screen. Include a complete comment heading wishin the java file. The comment heading will include name, date, assignment name, assignment brief description and sources used to complete the assignment. Show transcribed image text Write a program that reads the subtotal and the gratuity rate for a service. Compute the gratuity and the total. For example, if the user enters 10 for the subtotal and 15% as the gratuity rate, the program displays $1.5 as the gratuity and $11.5 as total. Your program should output and identify the subtotal entered, the gratuity rate, the gratuity amount and the total amount due. You should submit your pseudocode algorithm, java file, .class file and your screenshot showing your output. Your output should be formatted in such a way that it makes sense for what a user would want to see. Remember to output a description of what you are showing the user – not just values on a screen. Include a complete comment heading wishin the java file. The comment heading will include name, date, assignment name, assignment brief description and sources used to complete the assignment.
Expert Answer
Answer to Write a program that reads the subtotal and the gratuity rate for a service. Compute the gratuity and the total. For exa…
OR