โ Back to Printing
Question 79
Print the Last Array Element
Print the Last Array Element
The arraynumsholds[10, 20, 30]. Print its last element so the output is exactly: 30
Expected Output:
30
Topics:
Printing
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.