CJCoding With Joseph

Print Last Array Element

An array nums has been created with the values {10, 20, 30, 40, 50}. Print the LAST element.

The array has 5 elements, so the last index is 4.

Expected output:
50

Expected Output:

50
Topics:
Arrays
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)

Your Output

Run your code to see the output here...

Test Cases

Run your code to see test case results.