- WAP to accept 10 numbers in array called arr[] and print them sequentially
- 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 marks of 10 students then calculate the average of marks>=90
- 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)
- 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)
- Right to left decreasing number pattern
- Print character pattern in a string
- Print character pattern in a string
- Print character pattern in a string
- Star Hash pyramid
- Print Floyd’s Triangle
- Pascal’s Triangle
- Full Pyramid Pattern
- Inverted Half Pyramid Pattern
- Diamond Numeric Pattern
- Right to left decreasing number pattern
- Print character pattern in a string
- Print character pattern in a string
- Print character pattern in a string
- Calculate late fee Fine from Library
- Zeros/ ones Pattern Program
- Star Hash pyramid
- Pascal’s Triangle
- Inverted Half Pyramid Pattern
- Diamond Using Star Hyphen