Assume an int variable x has already been declared. Write an expression whose value is 1 more than x.
LANGUAGE: Visual Basic
CHALLENGE:
Assume an int variable x has already been declared. Write an expression whose value is 1 more than x.
SOLUTION:
x + 1