I have a doubt in following questions
7,19,22,29,31,33
Java patterns practice questions
what doubt do you have?share your code/the problem ur facing please
in question number 7 I am not able to remove the 3 stars from row 2 ,3,4
can you please share the code
Just think of it this way. You first need to print a line of n asterisks. Then for n - 2 lines you need to print asterisk followed by n - 2 spaces followed by an asterisk. Then simply print another line similar to the first line.
do this if you face problem in implementing please share your code and i ll help you correct it