Question: My teacher Mr.Jackson made some comments about my code below. Can you please apply his instructions to my code. Here is the code below to


My teacher Mr.Jackson made some comments about my code below. Can you please apply his instructions to my code.

Here is the code below to make it easier
import java. util.* ; public class Income1 { public static void main(String[] args){ double income; double taxRate; double tax; Scanner input =new Scanner(System.in); System.out.println("Enter your Income: " ) ; income = input . nextDouble() ; if(income
} System.out.println("Enter Tax Rate: "); taxRate = input. nextDouble(); if(taxRate Income java 1 import java util. 2 public class Income public static void main(String[] args)f double income; double taxRate double tax Scanner input new Scanner (System .in); system. your Income: out.println("Enter income input next Double() 10 if (income
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
