Computer Science, asked by urnimesh5023, 9 months ago

WAP to print square of all numbers from 10 to 2 using FOR-NEXT loop and draw a flowchart.(I u wish then u can only draw flow chart), in QBASIC
Dont just see give the answer its my homework.

Answers

Answered by aishutsh358
1

Answer:

Explanation: FOR I= 10 TO 2  STEP -1

                        PRINT (I)²

                        NEXT I

                        END

                                     

                                                   Start

                                                 Enter I

                                                 I=10 To 2

                                               Display (I)² [ then it goes back to the I value]

                                                  Stop

Plz  mark me as the brainliest  {I request you}

Similar questions