SyntaxFix
Write A Post
Hire A Developer
Questions
For some strange reason, you can use the += operator to add shorts.
short answer = 0; short firstNo = 1; short secondNo = 2; answer += firstNo; answer += secondNo;