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
1d
Display a star pattern in a pyramid shape for a given positive integer N with spaces in between.
Start by printing spaces in decreasing order and stars in increasing order for each row
Use nested loops ...read more
Help your peers!
Add answer anonymously...
Top IBM Software Developer interview questions & answers
Popular interview questions of Software Developer
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