Hello World!
i want to write a program that generates 100 random numbers.
the program should do the following tasks:
** store these 100 random numbers in a file called totalFile.txt
** read these numbers one by one from totalFile.txt and store the even numbers in a file called evenFile.txt and the odd numbers in a file called oddFile.txt.
** finally display the contents of the files evenFile.txt and oddFile.txt to the screen.
Can any one help me!?
Thanks in advance!