C#C
C#3y ago
57 replies
levia_tano

❔ multiple conditions do while loop

im new to programming and was wondering if you could add multiple conditions to the do while loop

like for example

do {
whatever the code is
}
while (condition) can you add another condition here or only one?
Was this page helpful?