CJCoding With Joseph

Last Digit Method

Complete the static method LastDigit so it returns the last digit of a non-negative integer. The tester calls it and prints the result. Do NOT write a Main method.

For LastDigit(47) the program prints exactly:
7

Expected Output:

7
Topics:
Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.