Create Descending Do-While Loop in C

# Introduction In programming, loops are used to execute a set of instructions repeatedly as long as the given condition is true. The Do-While loop is used when we need to execute the block of code at least once, and then check the loop condition. In this lab, we will create a Do-While Loop program in C that prints the numbers from 10 to 1 in descending order.

|60 : 00

Click the virtual machine below to start practicing