Flowchart Dari Perulangan Repeat To Until, While To Do, For To Do
The document discusses three types of looping structures in Pascal: repeat until, while do, and for do. It provides an example code snippet for each one. Repeat until loops through code repeatedly and checks the condition at the end. While do checks the condition at the beginning and loops while it's true. For do loops a set number of times, from a starting to ending value.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
21 views2 pages
Flowchart Dari Perulangan Repeat To Until, While To Do, For To Do
The document discusses three types of looping structures in Pascal: repeat until, while do, and for do. It provides an example code snippet for each one. Repeat until loops through code repeatedly and checks the condition at the end. While do checks the condition at the beginning and loops while it's true. For do loops a set number of times, from a starting to ending value.