Skill builder

1. Ramu, the math teacher have entered the marks of the students in the excel sheet

2. Given an array A consists of N number of elements.If the sum of the element is "even" print the sum of the element.

3. Write a program to read two arrays of integer from the user and find the common elements between the two arrays.

4. Write a program to find all pairs of elements in an array whose sum is equal to the given value

5. Write a program to obtain an array and print the array elements dropping the minimum element.

6. Write a program to delete an element from the array.

7. Given a positive integer n and an array of elements,

8. Write a program that passes an array as a parameter to a function named secLarge() that returns the second largest element in the array.

9. Given an array of N integers. Write a Java program to find the maximum absolute difference between any two elements of the array. 

10. Siva is a math teacher...

Challange yourself

1. Weighing machines in Sunrise Logistics is not working.

2. Write a program to insert an element at a specified position in the array and find the duplicate values of the array of float values.

3. Find largest and smallest number in an array in java without sorting them.

4. Write a program to find the first and last occurrence of an element in a sorted array.

5. Given an unsorted array of unique integers in the range from 1 to N+1. Find the missing element in the array without sorting the array.