List of Program using For Loop
- Write a program to print series of n term of natural number & also find sum using for loop
- Write a program to print series of even number less than or equal to 50 & also calculate sum using for loop
- Write a program to print sum of all number between 100 to 350 which is divisible by 9
- Write a program to print the first 15 term of given series 2,6,10,14
- Write a program to calculate factorial of any number
- 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
- Write a program to print multiplication of 1 to 10
- WAP to display following patterns in (*)
- WAP to display following patterns in number
- WAP to input 10 number in array & calculate sum & average
- 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
- WAP to read element of two 2x2 matrix and perform addition
- WAP to multiplication of two 2x2 matrix.
Comments
Post a Comment