Skip to content
 
 

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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!

Setup

javac *.java

Run

java -cp . [function name]

About

GitHub Classroom autograding example with a Java input/output exercise.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages