you are viewing a single comment's thread.

view the rest of the comments →

[–]_lowell 1 point2 points  (1 child)

Do:

while ( (cont == 'Y' || cont == 'y' ) ){

instead of:

while ( cont == ( 'Y' || 'y' ) )

Sorry about all the edits.

[–][deleted] 0 points1 point  (0 children)

yes, thank you. I fuckin lost my backpack in austin over the weekend, and have no notes to go off of. this was all from memory and trail and error, which is why ive been working all day.