Textbooks.elsevier.com - tools for all your teaching needs.

27) Write a script that will prompt the user for N integers, and then write the positive numbers (>= 0) to an ASCII file called pos.dat and the negative numbers to an ASCII file called neg.dat. Error-check to make sure that the user enters N integers. Ch4Ex27.m % Prompt the user for N integers, writing the positive ................
................