• Print "Hello, World!
" multiple times
• Print numbers from 1 to N:
• Calculate the sum of natural numbers:
• Find the factorial of a number:
• Print multiplication table:
• Check if a number is prime:
• Reverse a number:
• Count digits in a number:
• Generate Fibonacci series:
• Check for Palindrome number:
• Sum of digits of a number
• Write a program to find largest from given three number:
• Write a program to find largest for given 10 numbers:
• Write a program to print even numbers from 1 to 50.
• Write a program to 1 to 5 in the following pattern :
• Write a program to print pascal triangle
• Write a program to count the number of vowels in a given
string.
• Write a while loop statement to print the following series:
105,98,91………….7
• Write a program to enter the numbers till the users enter
ZERO and at he end of it shold display the count of positive
and negative numbers entered.
• write a program to display all the numbers which are
divisible by 13 but not by 3 between 100 and 500 (exclusive
both numbers).