I have a problem, I wrote a simple code that first imports a text file (text file includes one column of numbers) after reading text file, I want to delete numbers in 2,4,6,8,10,... rows) then export it to new file, my code is below:
PROGRAM a
REAL::b
open...