menu
arrow_back
Rust While loop
p style=font-family: verdana, helvetica, arial, sans-serif; font-size: 13px;The 'while-loop' is a conditional loop. When a program needs to evaluate a condition then the conditional loop is used. When the condition is true then it executes the loop otherwise it terminates the loop./p
p /p
keyboard_arrow_up