Use nested for-loop to print an ice-cream cone pattern. Ask the user to input a positive integer to denote the size of ice-cream cone. For example, the following diagram shows the pattern when the size is 6. Sample cases and screenshots The number of stars in the first row is equal to the input size The number of stars is reduced by one in the second row and so on so forth There is a space after every star including the last one in a row There is a blank line after every row including the last row