Encircle/ write down the correct/missing code.Elaborate if needed by writing a comment
public class Main {
public static void main (String[] args) {
double price;
price 320.00;
scanner Jann = new scanner(System.in)
System.out.println("How many items are you buying?");
int number = Jann.nextint();
int total = price * number;
System.out.println("Your total payment is" + " " + total)
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here