Posts

52. Program that generates the following checker board by using loop.

51. Program to display the following output using loop.

50. Program to display the following output using loop.

49. Program to display the following output using loop.

48. Program to display the following output using while loop.

47. Program that inputs the height of triangle and displays a triangle of alphabets.

46. Program to generate the following pyramid of digits using nested loop.

45. Program that displays a diamond of asterisks using loop.

43. Program to print the following output using loop.

44. Program that inputs the height of a triangle and displays it using loop.

42. Program to print the following output using loop.

41. Program that uses nested for loops to display the following lines.

40. Program that uses nested for loops to display multiplication table.

39. Program to display the following output using loop.

38. Program to display the following output using loop.

37. Program to display the following output using loop.

36. Program to display the following output using nested for loop.

35. Program that displays all prime numbers between 100 and 500 that are also palindrome.

34. Program that inputs starting and ending numbers and display all prime number ending with digit 7 between the given range in descending order.

33. Program to generate all possible combinations of 1, 2, 3 and 4.