Section 1: Media and Information Literacy a 3 The 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 statement structure that is NOT a looping is: a For b Do-While с If d
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Section 1: Media and Information Literacy a 3 The statement structure that is NOT a looping is: a For b Do-While с If d
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!