BRIANNAADAMS9898IN BRIANNAADAMS9898IN 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);