| Notes to Teams | Last modified Nov 6 2005 |
% a.out < filenamewhere a.out is the result of compiling your program and filename is the name of your file.
public class compute {
public static void main(String args[]) {
...
}
....
}