It's cool to be a programmer!

  • 1
  • Locked
Write a program that displays: "I think being a programmer is cool". Example output: I think being a programmer is cool
You can't complete this task, because you're not signed in.
Comments (234)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Nandhini S
Level 1 , India
day before yesterday, 09:05
public static void main(String args[]) { System.out.println("I think being a programmer is cool"); }
Anonymous #11344299
Level 1 , Ukraine
16 May, 11:31
zxcvxvxcv
Stephen A. Olujare
Level 1 , Nigeria
12 May, 13:35
class playground { public static void main(String[ ] args){ System.out.println("i think being a programmer is cool"); } }
Anonymous #11342431
Level 2 , CodeGym University in India, India
11 May, 11:47
I think being a programmer is cool
Anonymous #11340941
Level 1 , Gurgaon, India
8 May, 11:30
I think being a programmer is cool
sree info
Level 16 , United States of America, United States
3 May, 22:11
class Myclass { public static void main(String[ ] args) { System.out.println("i think being a programmer is cool"); } }
Anonymous #11335498
Level 1 , India
27 April, 03:15


Anonymous #11332522
Level 1 , Ukraine
19 April, 07:40
I think being a programmer is cool
Triggered Jack
Level 1 , India
16 April, 09:57
public class display{ public static void main(String[] args) { System.out.println("I think being a programmer is cool ); } }
Triggered Jack
Level 1 , India
16 April, 09:57
public class display{ public static void main(String[] args) { System.out.println("I think being a programmer is cool ); }