Looting Functions Etox Notes
This weeks HW was actually kinda hard and I just wanted to give other people who may be struggling a note on something that i didnt understand why the program didnt work.
Basically you cant compare a size_t to a int, but what you can do it convert that int to a size_t while comparing that way the program actually works.