Star Pattern Problem Statement
Display the star pattern for a given positive integer N.
Example:
Input:
N = 4
Output:
*
***
*****
*******
Explanation:
The dots in the image represent spaces. Align the stars in a pyramid shape as shown while considering spaces.
Constraints:
0 ≤ N ≤ 50
AnswerBot
2d
Display a pyramid star pattern for a given positive integer N with spaces in between.
Iterate from 1 to N to print each row
For each row, print N-i spaces followed by 2*i-1 stars
Use nested loops to hand...read more
Help your peers!
Add answer anonymously...
Top Cognizant Programmer Analyst Trainee interview questions & answers
Popular interview questions of Programmer Analyst Trainee
Top HR questions asked in Cognizant Programmer Analyst Trainee
>
Cognizant Programmer Analyst Trainee Interview Questions
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app