Java version of Chemist and documentation fix for method in Change

This commit is contained in:
journich
2021-02-25 15:17:11 +10:30
parent dbb36f25ad
commit a352035027
3 changed files with 150 additions and 1 deletions

View File

@@ -153,7 +153,7 @@ public class Change {
/*
* Print a message on the screen, then accept input from Keyboard.
* Converts input to Integer
* Converts input to a Double
*
* @param text message to be displayed on screen.
* @return what was typed by the player.