โ Back to Arrays
Question 401
Find the Missing Number
Find the Missing Number
The array{1, 2, 4, 5, 6}contains every number from1to6except one. Find the missing number and print it: 3
Expected Output:
3
Topics:
Arrays
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.