C# How do I get out of this loop? -
how out of loop? i wrote program checks see if corresponding places in numbers same total. console output should true or false. wrote that, , added top part interacts user, , stuck in loop. how out of it? using system; namespace deliverablepart1 { class deliverablepart1 { static void main(string[] args) { string gameanswer; bool repeat1 = true, repeat2 = true; while (repeat1 == true) { repeat2 = true; console.writeline("would compare 2 numbers see if corresponding place same total?"); gameanswer = console.readline(); while (repeat2 == true) { if (gameanswer == "yes" || gameanswer == "yes" || gameanswer == "yes") { console.writeline("please enter 3 digit whole number"); string firstvalue = ...