briannaadams9898 briannaadams9898 06-09-2022 Computers and Technology contestada What is wrong with the following code? scanner scan = new scanner(system.in); int x = scan.nextint(); if (x = 9) system.out.println(x);