Maligayang pagdating sa Imhr.ca, kung saan maaari kang makakuha ng mga sagot mula sa mga eksperto. Itanong ang iyong mga katanungan at makatanggap ng eksaktong sagot mula sa mga propesyonal na may malawak na karanasan sa iba't ibang disiplina. Tuklasin ang komprehensibong mga solusyon sa iyong mga tanong mula sa mga bihasang propesyonal sa iba't ibang larangan sa aming platform.

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.