1. Write a program which creates a file with all the numbers from 1 to 100.
2. Read this file. Separate the odd numbers from even numbers and write the odd numbers to a new file called odd.dat, even...