Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
If OpenConsole() And ReadFile(0,"data.txt")
|
||||
PrintN("Those earthquakes with a magnitude > 6.0 are:")
|
||||
While Not Eof(0)
|
||||
buf$=Trim(ReadString(0))
|
||||
If ValF((StringField(buf$,CountString(buf$," ")+1," ")))>6.0
|
||||
PrintN(buf$)
|
||||
EndIf
|
||||
Wend
|
||||
CloseFile(0)
|
||||
Input()
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue