class MissingNumber { public static void main(String[] args) { int[] array =new int[100]; int sum = 0; for(int i = 0 ; i