package en.codegym.task.jdk13.task01.task0101;
/*
It's cool to be a programmer!
*/
public class Solution {
public static void main(String[] args) {
//write your code here
"I think being a programmer is cool""}
} System.out.print()
Eyiyemi Odukunle
Level 1
how to code
Under discussion
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
angel pastor
25 March, 12:58
You have to write System.out.println before and in the same line than "I think be programmer is cool."
0