- WAP to accept 10 numbers in an array then check and print multiples of 5 present among them also count and display how many are there
- WAP to enter marks of n number of subjects then calculate and print their total and average
- WAP to accept 10 numbers in an array then calculate the total and average of the same
- WAP to accept names of 10 students and their age in the respective shells of 2 arrays then display the name of students and their age if their age is above 18 display the result in tabular fo
- WAP to accept 10 numbers in an array called M[ ] then check and print the smallest and the greatest number present among them
- WAP to accept 10 numbers in am array called R[ ] calculate the frequency of an input number present in the same list( use scanner class to accept values)
- Write a program to find the largest and smallest number in an unsorted integer array.
- WAP to accept a series of numbers in an array then search the first occurrence of an input number in the same. If number is not found, then display a suitable message. Use LINEAR SEARCH metho
- WAP by using binary search method find an element in an array (elements arranged in an ascending order)
- WAP to accept 10 numbers in an array in descending order then check and print the index number of an input number in the same list. If it is a found then print "it is not available"
- WAP to initialize following number in an array called B[ ] then arrange and display the elements of the same in ascending order by using bubble sorting
- WAP to accept 20 names in an array then print only those names in which first letter is uppercase vowel and the last letter is uppercase consonant(assume all the names are entered in capital
- WAP to accept 10 numbers in array called arr[] and print them sequentially
- Compare the triplets
- Spiral Matrix
- Sum of all the elements in an Array
- Find the Highest And Smallest Element in an Array
- Remove Duplicates from Unsorted Array
- Remove Duplicates from Sorted Array
- Rotate an Array
- Matix Addition
- Matrix Multiplication
- Transpose of the matrix
- Add one to a number
- Leaders in an array
- Sliding window
- Subsets of Integers
- Low or High Index
- Write a program to find the missing number in a given integer array.
- Write a program to find the duplicate number on a given integer array and display the distinct/unique array(duplicates items removed from a given array)
- Write a program to find all pairs of an integer array whose sum is equal to a given number.
- Increasing or decreasing array
- Sort an array of strings
- Product of all sub arrays
- Find a pair
- Find the only 1 non-repeating number
- Kth largest element in an array
arrays
- WAP to accept 20 names in an array then print only those names in which first letter is uppercase vowel and the last letter is uppercase consonant(assume all the names are entered in capital
- WAP to initialize following number in an array called B[ ] then arrange and display the elements of the same in ascending order by using bubble sorting
- WAP to accept 10 numbers in an array in descending order then check and print the index number of an input number in the same list. If it is a found then print "it is not available"
- WAP by using binary search method find an element in an array (elements arranged in an ascending order)
- WAP to accept a series of numbers in an array then search the first occurrence of an input number in the same. If number is not found, then display a suitable message. Use LINEAR SEARCH metho
- WAP to accept 10 numbers in am array called R[ ] calculate the frequency of an input number present in the same list( use scanner class to accept values)
- WAP to accept 10 numbers in an array called M[ ] then check and print the smallest and the greatest number present among them
- WAP to accept names of 10 students and their age in the respective shells of 2 arrays then display the name of students and their age if their age is above 18 display the result in tabular fo
- WAP to accept 10 numbers in an array then calculate the total and average of the same
- WAP to enter marks of n number of subjects then calculate and print their total and average
- Find the only 1 non-repeating number
- Remove Duplicates from Unsorted Array
- Find the Highest And Smallest Element in an Array
- Find a pair
- Matrix Multiplication
- Rotate an Array
- Product of all sub arrays
- Sum of all the elements in an Array
- Increasing or decreasing array
- Remove Duplicates from Sorted Array