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".
I think being a programmer is cool
- 1
Locked
Comments (120)
- Popular
- New
- Old
You must be signed in to leave a comment
Anonymous #11616339
22 January 2025, 18:06
public class Main {
public static void main(String[] args){
System.out.println("I think being a programmer is cool");
}
}
0
wasimuddin md
31 August 2024, 05:37
hi coders
0
fatma efece
26 August 2024, 15:00
system.out.print ( " I think being a programmer is cool " );
0
fatma efece
24 August 2024, 15:33
public class Solution {
public static void main(String[] args) {
System.out.print("I think being a programmer is cool");
}
}
0
R sd
8 April 2024, 07:16
public class Solution {
public static void main (String[ ] args) {
System.out.println(" I think being a programmer is cool ");
}
}
0
Anonymous #11478411
26 February 2024, 15:41
public Task
{
public static void main(String[]args)
{
System.out.println("I think programmer is cool");
}
}
0
Anonymous #11469704
14 February 2024, 08:12
public Task
{
public static void main(String[] args)
{
System.out.println(“I think programmer is cool”);
}
}
0
Anonymous #11468646
11 February 2024, 16:38
public Task
{
public static void main(String[] args)
{
System.out.println(" I think programmer is cool");
}
}
0
Don Ricket
15 January 2024, 11:14
public class Solution {
public static void main (String[ ] args) {
System.out.println(" I think being a programmer is cool ");
}
}
0
vidya somachandra
9 January 2024, 03:39
public class Solution {
public static void main (String[ ] args) {
System.out.println(" I think being a programmer is cool ");
}
}
0