The biggest error is
while(loop_counter != 21);
where the trailing ;
will make the loop infinite.
4
solved Where did i make a mistake in my program i think its a logical error but i cant quite find it [closed]
The biggest error is
while(loop_counter != 21);
where the trailing ;
will make the loop infinite.
4
solved Where did i make a mistake in my program i think its a logical error but i cant quite find it [closed]