thread935-969152
First, it would not compile because the variable pocMedz is never declared.
Second, assuming that was fixed, the program simply clears the screen, then waits for the user to hit a key.
The Boolean expression in the IF statement will never evaluate to TRUE ergo the write statement will never be executed..
Don't you just love a puzzle?
First, it would not compile because the variable pocMedz is never declared.
Second, assuming that was fixed, the program simply clears the screen, then waits for the user to hit a key.
The Boolean expression in the IF statement will never evaluate to TRUE ergo the write statement will never be executed..
Don't you just love a puzzle?