Question: pseudocode for import java.util.Scanner; public class Exercise 0 2 _ 0 5 { public static void main ( String [ ] args ) { Scanner
pseudocode for import java.util.Scanner;
public class Exercise
public static void mainString args
Scanner in new ScannerSystemin;
System.out.printEnter the subtotal and a gratuity rate: ;
double subtotal innextDouble;
double gratuityRate innextDouble;
double gratuity subtotal gratuityRate ;
double total subtotal gratuity;
System.out.printlnThe gratuity is $ gratuity and total is $ total;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
