(Untitled)

Sep 28, 2009 20:04

//Eddie Vale
//Problem 1 Chapter 3

//Part A
//importing the classes
import java.util.Scanner;
import java.io.*;

public class Ch3_PrExercise1

{

public static void main(String[] args) throws FileNotFoundException

{

//Part B and C

Scanner inFile = new Scanner(new FileReader("inData.txt"));
    PrintWriter outFile= new PrintWriter(" ( Read more... )

Leave a comment

Comments 1

anonymous September 29 2009, 12:52:23 UTC
i know,it sucks*n~

Reply


Leave a comment

Up