12345678910111213141516 |
- #BlueJ class context
- comment0.target=ShortCalculator
- comment1.params=x\ y
- comment1.target=void\ findRange(short,\ short)
- comment2.params=x\ y
- comment2.target=int\ calculateSum(short,\ short)
- comment3.params=x\ y
- comment3.target=int\ calculateDifference(short,\ short)
- comment4.params=x\ y
- comment4.target=int\ calculateProduct(short,\ short)
- comment5.params=x\ y
- comment5.target=int\ calculateQuotient(short,\ short)
- comment6.params=x\ y
- comment6.target=int\ calculateRemainder(short,\ short)
- numComments=7
|