BonAmi Software interview question

Write code to Find missing number [1,2,3,5]

Interview Answer

Anonymous

7 Nov 2024

Add all numbers present in list, then add all ist five natural number then difference is the missing number.