Alright, so this is about avoiding erros when someone would enter a letter or something that isnt an integer. This work without crashing the program if you were to enter lets say a 'd'. But if I enter multiple nonintegers, lets say 'dddasdwa'. Then the program with loop the error message for as many letters were written. I was wondering if theres any fix for this. Thanks!