statement structure that is NOT a looping is: a For b Do-While с If d While
Section 1: Media and Information Literacy 4 If you wanted to start from 100 and loop to 3 in C++, what syntax should be used? a for(int i = 0; i < 100; i+3) b for(int i = 3; i > 100; i-) с for(int i = 100; i < 3; i++) for(int i = 100; i > 3; i--) {}
Section 1: Media and Information Literacy a 3 The Section 1: Media and Information Literacy a 3 The statement structure that is NOT a looping is: a For b Do-While с If d
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am