Hey guys i'm working on a following project that gives a person how much money there car is going to be with sales tax. here is my code

import java.util.Scanner;
import java.text.DecimalFormat;
...