BonAmi Software Interview Question

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

Interview Answer

Anonymous

Nov 7, 2024

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