1. while loop: It is an Entry control loop. In which condition is checked before entering the loop. 2. do while loop: It is known as Exit control loop. In which condition is checked after executing ...