itssneha itssneha 27-07-2021 Computers and Technology contestada Rewrite the following using if else statement:int x;String s=(x%3=0)? “Divisible by 3" : "Not divisible by 3";System.out.println(s);