what is the code to print star number...?
Answers
Answered by
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
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
{
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