So, I just began programming last week and I keep on getting this error. If someone could please explain to me what the error is and why the error is occurring???
Thanks a ton- Paul
if (x == 0) return 1; if (x == 1) return 1;
Comments
if (x == 0) return 1;
if (x == 1) return 1;