briannaadams9898 briannaadams9898 Today at 3:10 PM Computers and Technology Answered What is wrong with the following code? scanner scan = new scanner(system.in); int x = scan.nextint(); if (x = 9) system.out.println(x);