Skip to content

Instantly share code, notes, and snippets.

@saltlakeryan
Last active December 27, 2015 14:59
Show Gist options
  • Save saltlakeryan/7344395 to your computer and use it in GitHub Desktop.
Save saltlakeryan/7344395 to your computer and use it in GitHub Desktop.
public class Main {
public static void main(String[] args) {
StudentGrades grades = new StudentGrades();
grades.promptForInfo();
System.out.println("Your name: " + grades.getName());
System.out.println("Your test name: " + grades.getTestName());
System.out.println("Your score: " + grades.getScore());
}
}
@Ownnil
Copy link

Ownnil commented Nov 6, 2013

This code will change the world!
(I never logged in to GitHub before--just testing.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment