Computer Science, asked by laljee60, 5 months ago

what is the code to print star number...?

Answers

Answered by amiyajana99331
6

Answer:

Hollow Square Star Pattern

{ int n; printf("Enter the number of rows"); scanf("%d",&n);

Explanation:

HOPE IT'S HELP YOU MATE

Answered by mayureshbelamakar190
0
class pro
{
public static void main ()
{
System.out.println(“star number ”);

}
}

Hope I helped you
Plz mark me as the brainliest
Happy Learning:D :D :D :D :D

Similar questions