File:For loop.svg

Uploaded by 忍者猫
Upload date 2022-09-21T19:59:01Z
MIME type image/svg+xml
Dimensions 350 × 470 px
File size 1.9 KB

Summary

Description
English: Graphics representation of a "for loop" in computer programming. The instruction inside the loop (data1 = data1 + 20) is executed three times as the iterator variable i is incremented from 0 to 1 and then 2. When i is equal to 3, the loop condition i < 3 evaluates to false, and the loop ends.
Date
Source Vectorized version of File:For_loop.png
Author User:Crashed

Licensing

w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

21 September 2022

1,914 byte

image/svg+xml

f06a01ece50b8a0b22581f3ee7456e713dec932a

Category:CC-BY-4.0 Category:Computer science Category:For loops