// This is the starter code snippet. // Follow the notebook to finish it up! import java.util.Scanner; public class WhileLoop { public static void main(String[] args) { Scanner input = new Scanner(System.in); boolean isOnRepeat = true; } }