✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
What is the number of stars displayed by the following lines of instruction ?
n <- 5
For i <- 1 to n Do
For j <- n to i [-1] Do
Write("* ")
End For
Write("\NL")
End For