Accenture Pattern 1
Accenture Pattern 1
Topic/Course
Sub-Topic (Example: name of college)
Programs
Question 1
Write a Program to print following Pattern
Sample Input: Sample Output:
4 *
* *
* *
* *
* *
* *
*
Question 2
Write a Program to print following Pattern
Sample Input: Sample Output:
5 *********
* *
* *
* *
*
* *
* *
* *
*********
Question 3
Write a Program to print following Pattern
Sample Input: Sample Output:
5 *****
*****
*****
*****
*****
Question 4
Write a Program to print following Pattern
Sample Input: Sample Output:
5 1
11
121
1331
14641
Question 5
Write a Program to print following Pattern
Sample Input: Sample Output:
5 1 1
2 2
3 3
44
5
66
7 7
8 8
9 9
Question 6
Write a Program to print following Pattern
Sample Input: Sample Output:
4 **** ****
*** ***
** **
* *
* *
** **
*** ***
**** ****
Question 7
Write a Program to print following Pattern
Sample Input: Sample Output:
4 * *
** **
*** ***
**** ****
**** ****
*** ***
** **
* *
Question 8
Write a Program to print following Pattern
Sample Input: Sample Output:
5 1
62
10 7 3
13 11 8 4
15 14 12 9 5
THANK YOU