Function exit to mainlogic in if statements is wrong you cant set i to 20 or it will exit loop first time make second e...
Function exit to main [code]int choice; int i = 1; int size = 0; int z=0; do ...
Function exit to main[code] 23 int main() 24 { 25 Customer account[20]; 26 int choice; 27 i...
Function exit to mainhowever im not sure that you would need it now that i look at the code more. if you want to run the ...
Function exit to mainyou could go with the !6 || z<19 but it could also be z>18 because the do while loop might run ...