JAVA , INTRODUCTION, CH1 E1 Write a program that prints a greeting of your choice

preview_player
Показать описание
Write a program that prints a greeting of your choice . Perhaps in a language other than English.

* Romanian greeting*

public class Greeting

{

public static void main(String[] args)

}

}
Комментарии
Автор

Julia Reece. I watched this at 3:10pm. This video taught me the basics of creating a program in Eclipse. I learned a helpful shortcut with sysout and ctrl + space bar. I now know how to print writing of my choice with Java.

juliareece