❔ 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?
like for example
do {
whatever the code is
}
while (condition) can you add another condition here or only one?
