mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-03-15 11:20:03 +01:00
[SPCA] Fix various errors
This commit is contained in:
@@ -29,11 +29,11 @@ int get_user_input_int( char prompt[] ) {
|
||||
printf( "Hello World\n" );
|
||||
}
|
||||
|
||||
// Inversed while loop (executes at least once)
|
||||
// Inverted while loop (executes at least once)
|
||||
do {
|
||||
input_data -= 1;
|
||||
input_data_copy -= 1;
|
||||
printf( "Bye World\n" );
|
||||
if ( input_data_copy == 0 )
|
||||
if ( input_data_copy == 10 )
|
||||
goto this_is_a_label;
|
||||
} while ( input_data_copy > 1 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user