Skip to content

jeffrafter/csta-say-hello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note: this is a template for an example Java assignment for the CSTA Conference.

Say Hello

In this assignment you'll work with outputting text to stdout (or Standard Out) and getting input from stdin (or Standard In). Try to complete the assignment, commit your changes and see if they worked!

  1. In Hello.java change the output to be "Hello world!"

  2. In HelloName.java ask the user for their name and then say hello to them.

Code well!

Releases

No releases published

Packages

No packages published

Languages