Skip to content

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

Notifications You must be signed in to change notification settings

arelia-classroom-demos/csta-say-hello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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!

Setup

javac *.java

Run

java -cp . [function name]

About

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

Topics

Resources

Stars

Watchers

Forks

Languages

  • Java 100.0%