Toggle navigation
Home
India
States
Languages
Politics
Historical Monuments
Freedom Fighters
Independence Day
Scientists
Transportations
Imports and Exports
Agriculture
Army
Indian Presidents
World
Major Countries
Geographical Info
Richest Persons
Inspired Persons
Scientists
Wonders
Currency
Sports
Emblems
Tutorials
HTML
CSS
C-Language
Java
Java Script
PHP
Python
SQL
React Native
Pricing
Contests
Explore
JAVA
</> Java Tutorial
Introduction
Variables
If...Else
Operators
Switch
Loops
Arrays
Strings
Methods
Constructors
Oops
Object
Class
Abstraction
Encapsulation
Inheritance
Polymorphism
150 Programmes
01 - 50
51 - 100
101 - 150
Practicals
ATM
Powerbill
Taxi
JAVA - Questions
51 - 100 Tasks
101 - 150 Tasks
51.
Write a program to find the biggest of the given numbers?
52.
Write a program to find the second smallest number among the given ‘n’ numbers?
53.
Write a program to find the total number of +ve numbers, -ve numbers and zeros out of a given 10 real numbers?
54.
Write a program to print the numbers which are divisible by both 3 and 7 from 1 to 100?
55.
Write a program to find the given number is Prime or not?
56.
Write a program to find the given number is Perfect or not?
57.
Write a program to find the given number is Automorphic or not?
58.
Write a program to find the given number is Armstrong or not?
59.
Write a program to find the given number is Palindrome or not?
60.
Write a program to find the sum and product of the individual digits of a given number?
61.
Write a program to accept maximum of 6 digits numbers and find out the sum of even digits of that number and Multiplication of odd digits of that number
62.
Write a program to find the number of digits of a given number
63.
Write a program to print the reverse of a given number
64.
Write a program to find the factorial of the given number
65.
Write a program to print all prime numbers from 1 to 99
66.
Write a program to print the factorial prime from 1 to 99
67.
Write a program to print Fibonacci series for a given number
68.
Write a program to find ‘n’ power ‘n’ (n^n)
69.
Write a program to find ‘m’ power ‘n’ (m^n)
70.
Write a program to find ‘n’ power ‘n’ value without using (*)
71.
Write a program to find the G.C.D. of ‘n’ numbers
72.
Write a program to find the L.C.M. of ‘n’ numbers
73.
Write a program to find the second biggest number from the given ‘n’ numbers?
74.
Write a program to display frequency table of an array elements
75.
Write a program to suppress the negative elements into the down positions of an array
76.
Write a program to read 10 elements into an array, find out the zeros from the first elements of the array and keep the Accumulation of the entire array, wherever zero has occurred
77.
Write a program to convert the given integer into binary
78.
Write a program to convert the given binary value into decimal or integer.
79.
Write a program to convert the given integer into octal
80.
Write a program to convert the given integer into hexadecimal
81.
Write a program to sort the elements in ascending order
82.
Write a program to sort the elements in descending order?
83.
Write a program to convert the given number in Roman letter?
84.
Write a program to print the ASCII values of numbers from 0 to 255, page by page?
85.
Write a program to print the multiples of a given number up to 200?
86.
Write a program to print the Floyd’s triangle?
1
2 3
4 5 6
7 8 9 10
87.
Write a program to print the following triangle?
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
88.
Write a program to print the following triangle?
1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
89.
Write a program to print the following triangle?
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
90.
Write a program to print the following triangle?
1 1 1 1 1
2 2 2 2
3 3 3
4 4
5
91.
Write a program to print the following triangle?
5 5 5 5 5
4 4 4 4
3 3 3
2 2
1
92.
Write a program to print the following triangle?
5 4 3 2 1
5 4 3 2
5 4 3
5 4
5
93.
Write a program to print the following triangle?
5
5 4
5 4 3
5 4 3 2
5 4 3 2 1
94.
Write a program to print the following triangle?
1 1 1 1 1
2 2 2 2
3 3 3
4 4
5
95.
Write a program to print the following triangle?
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
96.
Write a program to print the following triangle?
1 2 3 4 5
2 3 4 5
3 4 5
4 5
5
97.
Write a program to print the following triangle?
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
98.
Write a program to print the following triangle?
5 4 3 2 1
5 4 3 2
5 4 3
5 4
5
99.
Write a program to print the following triangle?
5
5 4
5 4 3
5 4 3 2
5 4 3 2 1
100.
Write a program to print the following triangle?
1
2 1
3 2 1
4 3 2 1
5 4 3 2 1
<< Previous
Next >>