Wednesday, 4 September 2013

Exercise Programs 1

c and c++ tutorials // online learning spot
Problem 1. Print INDIA in steps (shown below), next letter should be printed when a key is pressed.

see solution



Problem 2. Make a program in which each letter of word INDIA appears one by one after 1 second and then clean screen each time. At last print INDIA. See output below :

see solution

Problem 3. Print the following pattern. Each letter should be printed after 1 second



see solution

Problem 4. Print the following pattern



see solution

Problem 5. Print the following pattern

see solution
<<Back        Next>>

No comments:

Post a Comment