Write a Qbasic program for generate the following output.
@@@@@
@@@@
@@@
@@
@
Answers
Answered by
1
Answer:
CLS
DIM n%,I%,j%
INPUT "Enter the number" ,n
For i = n to 1 step -1
For j = i to 1
print"@"
NEXT j
NEXT i
END
Similar questions
Math,
2 months ago
Social Sciences,
2 months ago
Math,
2 months ago
Hindi,
5 months ago
English,
5 months ago
Business Studies,
11 months ago
Business Studies,
11 months ago