TomoLink
Medium

What is the output? public class Main{ public static void main(String[] args){ System.out.println("5"+3+2); } }