CJCoding With Joseph

Increment Method

Write a method increment(int n) that returns n plus 1. Call it with 41 and print the result:

42

Use System.out.println.

Expected Output:

42
Topics:
Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.