package cst150zzhw4_worst; import java.util.Scanner; public class CST150zzHW4_worst { public static void main(String[] args) { //Initialize Variables doub
You have to assign repeat in your while-loop so it becomes false if the user says yes:
repeat
while
false
yes
repeat = !input.equalsIgnoreCase("yes");