+ 1
Anyone please tell me what is the problem with this code ....it giving me error.
class Myclass { public static void main (String[ ] args) { System.out.printIn("Hello World"); } }
2 Answers
+ 3
its system.out.println
not printin
you typed i instead of l
+ 1
thanks bro