1234567891011121314 |
- #BlueJ class context
- comment0.target=ShortCalculator
- comment1.params=a\ b
- comment1.target=short\ sum(short,\ short)
- comment2.params=a\ b
- comment2.target=short\ difference(short,\ short)
- comment3.params=a\ b
- comment3.target=short\ product(short,\ short)
- comment4.params=a\ b
- comment4.target=short\ quotient(short,\ short)
- comment5.params=a\ b
- comment5.target=short\ remainder(short,\ short)
- numComments=6
|