I posted this earlier.
Here is what I have so far:
import java.util.Scanner;
public class CalcTax {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
// Welcome message
System.out.println("Welcome to my tax calculation program.");
Would prefer to go to voice chat for more help.