Observe the following coding :--- log on to comprogzz,in for hint:)) 10 REM Structure programming :))) 20 CLS 30 FOR I = 1 TO 5 40 FOR J = 1 TO 5 50 IF (I = 3 OR J = 3) THEN 60 PRINT "*"; " "; 70 ELSE 80 PRINT " "; 90 END IF 100 NEXT J 110 PRINT 120 NEXT I 130 END
THIS WILL PRODUCE A STRUCTURE WHICH IS SIMILAR TO SOME TO THE FOLLOWING SYMBOLS : -- + , # , @ , * CAN U GUESS THE SYMBOL....
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
No explanations have been posted yet. Check back later!