List of Program using If Statement
- WAP to check number is even or odd.
- WAP to enter your age and check you are voter or not.
- WAP to check number is positive or negative.
- WAP to enter three numbers and find largest among them.
- WAP to enter three numbers and find middle number among them.
- Write a program to check largest number among three number by using Nested if else
- Write a program to check a number is palindrome or not
- Write a program to print sum of all number between 100 to 350 which is divisible by 9
- Write a program to calculate n term of Fibonacci series using for loop 0,1,1,2,3,5,8.....
- Write a program to check the number is prime or not
- WAP to display following patterns in (*)
- WAP to display following patterns in number
- WAP to input 30 number in array & count how many are even and how many are odd.
- WAP to input n number in array & find largest number
- WAP to ask n number from user sort them in assending order and display
Comments
Post a Comment