CodeGym/Java Tasks/I think being a programmer is cool

I think being a programmer is cool

  • 1
  • Locked
If you don't think that being a programmer is cool, then you must not have tried it yet. It's time to give it a try by writing your first program. Use a screen output command to display a phrase that a CodeGym graduate once scratched on the hull of his spaceship: "I think being a programmer is cool".
You can't complete this task, because you're not signed in.
Comments (120)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Anonymous #11616339
Level 1 , Nesoddtangen, Norway
22 January 2025, 18:06
public class Main { public static void main(String[] args){ System.out.println("I think being a programmer is cool"); } }
wasimuddin md
Level 2 , CodeGym University in India, India
31 August 2024, 05:37
hi coders
fatma efece
Level 0 , Farnham Royal, United Kingdom
26 August 2024, 15:00
system.out.print ( " I think being a programmer is cool " );
fatma efece
Level 0 , Farnham Royal, United Kingdom
24 August 2024, 15:33
public class Solution { public static void main(String[] args) { System.out.print("I think being a programmer is cool"); } }
R sd
Level 1 , Japan
8 April 2024, 07:16
public class Solution { public static void main (String[ ] args) { System.out.println(" I think being a programmer is cool "); } }
Anonymous #11478411
Level 1 , Pakistan
26 February 2024, 15:41
public Task { public static void main(String[]args) { System.out.println("I think programmer is cool"); } }
Anonymous #11469704
Level 2 , Kolkata, India
14 February 2024, 08:12
public Task { public static void main(String[] args) { System.out.println(“I think programmer is cool”); } }
Anonymous #11468646
Level 1 , India
11 February 2024, 16:38
public Task { public static void main(String[] args) { System.out.println(" I think programmer is cool"); } }
Don Ricket
Level 2 , Serbia
15 January 2024, 11:14
public class Solution { public static void main (String[ ] args) { System.out.println(" I think being a programmer is cool "); } }
vidya somachandra
Level 3 , Netherlands
9 January 2024, 03:39
public class Solution { public static void main (String[ ] args) { System.out.println(" I think being a programmer is cool "); } }