[code]while ( scanf ("%lf ",&tem data) == 1)[/code]

while ( scanf ("%lf ",&tem_data) == 1)

I dont understand what this part of code means :( Help

Last edited on
scanf returns a value that represents the number values read correctly. This code tests that the scanf worked properly.
Topic archived. No new replies allowed.