โ Back to Methods
Question 357
Last Digit Method
Last Digit Method
Complete the static methodLastDigitso it returns the last digit of a non-negative integer. The tester calls it and prints the result. Do NOT write aMainmethod. ForLastDigit(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.