FizzBuzz.ctxt 542B

12345678910
  1. #BlueJ class context
  2. comment0.target=FizzBuzz
  3. comment0.text=\n\ Write\ a\ description\ of\ class\ FizzBuzz\ here.\n\n\ @author\ (your\ name)\n\ @version\ (a\ version\ number\ or\ a\ date)\n
  4. comment1.params=number
  5. comment1.target=java.lang.String\ printLine(int)
  6. comment1.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
  7. comment2.params=number
  8. comment2.target=java.lang.String\ printFizzBuzz(int)
  9. numComments=3