Read Time:9 Second
Write a program to get the following output.
Hey there,
I am Programmer!
class Exercise1{ public static void main(String[] args){ System.out.println("Hey there,\nI am Programmer!"); } }
class Exercise1{ public static void main(String[] args){ System.out.println("Hey there,\nI am Programmer!"); } }