for i in range(10):if i == 5:breakelse:print(i)else:print("Here")
class SookshmasPredict the output.{static int k=20;static String name = "MyName";static class Sookshmas1{void m1(){System.out.println("The value of k is: " + k);System.out.println("The name is: " + name);}static void m3(){System.out.println("Hello from inner class");}}}class Test{public static void main(String[] args){Sookshmas.Sookshmas1 ab=new Sookshmas.Sookshmas1();ab.m1();Sookshmas.Sookshmas1.m3();}}
#include stdio.hint main(){int i = 3;printf("%d", (++i)++);return 0;}