Write a script that will prompt the user for N integers, and then write (save) the positive numbers (>= 0) to a file called positive.dat and the negative numbers to a file called negative.dat. Error-check to make sure that the user enters N integers.Hint: for...