1234567891011
  1. #BlueJ class context
  2. comment0.target=FizzBuzzGame
  3. comment0.text=\n\ Write\ a\ description\ of\ class\ FizzBuzzGame\ here.\n\n\ @author\ (your\ name)\n\ @version\ (a\ version\ number\ or\ a\ date)\n
  4. comment1.params=
  5. comment1.target=FizzBuzzGame()
  6. comment1.text=\n\ Constructor\ for\ objects\ of\ class\ FizzBuzzGame\n
  7. comment2.params=input
  8. comment2.target=java.lang.String\ game(int)
  9. comment2.text=\n\ An\ example\ of\ a\ method\ -\ replace\ this\ comment\ with\ your\ own\n\n\ @param\ \ y\ \ a\ sample\ parameter\ for\ a\ method\n\ @return\ \ \ \ the\ sum\ of\ x\ and\ y\n
  10. numComments=3