Question 2 Not yet answered Marked out of 4.00 Flag question How many times "Hello" is printed in the following loop? fo
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Question 2 Not yet answered Marked out of 4.00 Flag question How many times "Hello" is printed in the following loop? fo
Question 2 Not yet answered Marked out of 4.00 Flag question How many times "Hello" is printed in the following loop? for (int i=1; i<10; i++) printf("Hello"); Ⓒa. 10 O b. 9 O c. 11 O d. 8