Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Practicing Do-While Loop | Loops
C# Basics
course content

Зміст курсу

C# Basics

Practicing Do-While Loop

There are two variables called numberA and numberB. The program is supposed to count from numberA to numberB.

If numberA is bigger than numberB then it should decrement the value of numberA every step. If numberA is smaller than numberB then it should increment numberA every step.

Also write the appropriate condition to end the loop.

cs

main

  1. The loop should continue as long as the numbers are NOT equal (!=).
cs

main

Все було зрозуміло?

Секція 4. Розділ 5
We're sorry to hear that something went wrong. What happened?
some-alt