Pattern 8

Beginner Problems Patterns Easy
  • While this problem may not seem directly applicable to real-world software development, the skills you use to solve it certainly are
  • This type of problem teaches two key programming concepts: loops and string manipulation
  • Both are widely applied in many fields of software development
  • For example, in web development, loops and string manipulations are often used to dynamically generate HTML or format text content
  • In data analysis, these skills are essential for parsing and cleaning data
  • Drawing a pattern like this is also common in computer graphics, used perhaps in creating design elements or animations dynamically

Given an integer n. You need to recreate the pattern given below for any value of N. Let's say for N = 5, the pattern should look like as below:


*********
 *******
  *****
   ***
    *


Print the pattern in the function given to you.

Constraints

  • 1 <= n <= 20

Company Tags

TCS Cognizant Accenture Infosys Capgemini Wipro IBM HCL Tech Mahindra MindTree