CC#•Created by levia_tano on 11/2/2023 in #help ❔ 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?