What will be the output of the program?class SC2 { public static void main(String [] args) { SC2 s = new SC2(); s.start(); } void start() { int a = 3; int b = 4; System.out.print(" " + 7 + 2 + " "); System.ou...
See more
Download the Study24x7 App, so you can connect and collaborate.