Quiz 2 / 1. Question 1 saved Write a C program to write the sequence seen below using a while loop: • 1--99---3 • 2---98
Posted: Wed Apr 27, 2022 3:07 pm
Quiz 2 / 1. Question 1 saved Write a C program to write the sequence seen below using a while loop: • 1--99---3 • 2---98---4 3---97---5 . 97---3---99 • 98---2---100 • 99---1---101