Sumali sa IDNStudy.com at makuha ang mga sagot ng eksperto. Hanapin ang mga solusyong kailangan mo nang mabilis at madali sa tulong ng aming mga eksperto.

Objective: This part checks your understanding on your own understanding about the

topic.

Directions: Write at least two or more uses on loop statements that you can use in

your coding. Write your answers on your notebook.




pa-help po!!


Sagot :

Visual Basic has three main types of loops: for.. next loops, do loops and while loops.

For example, when you are displaying number from 1 to 100 you may want set the value of a variable to 1 and display it 100 times, increasing its value by 1 on each loop iteration.