PROGRAM 31: Write a program to print your full name 10 times.
PROGRAM 32: Write a program to print all even numbers from 1 to 100.
PROGRAM 33: Write a program to print ASCII codes and their character equivalent (from 32 to 127).
PROGRAM 34: Write a program to print the sum of first 10 numbers horizontally.
PROGRAM 35: Write a program to print the value of a number raised to power of another.
PROGRAM 36: Write a program to print sum of the series.
PROGRAM 37: Write a program which reads a number and prints its factorial.
PROGRAM 38: Write a program to print the table of a given number.
PROGRAM 39: Write a program to print the fibonacci series up till a specified range.
PROGRAM 40: Write a program to read the number of hours worked by 5 employees. Now calculate overtime paid to them at the rate of Rs. 60 per hour, for every hour they worked above 45 hours.
PROGRAM 41: Write a program to read a number and print whether it is a prime number or not.
PROGRAM 42: Write a program to print all prime numbers up till a specified range.
PROGRAM 43: Write a program to draw a check-board and print it using if-else statement.
PROGRAM 44: Write a program to draw a check-board and extend it using nested if-else statement.
PROGRAM 45: Write a program to print asterisks (*), starting with one increasing one asterisk in the following line until number of asterisks reaches to 10.
PROGRAM 46: Write a program to print asterisks (*) from 1 to 5 diagonally.
PROGRAM 47: Write a program to input your name and print it diagonally on screen ten times.

Design a site like this with WordPress.com
Get started