Skip to content

Instantly share code, notes, and snippets.

View mattchue's full-sized avatar

Matt Prestlien mattchue

View GitHub Profile
import java.util.*;
import java.io.*;
public class Personality {
public static void main(String[] args) throws FileNotFoundException {
intro();
Scanner console = new Scanner(System.in);
System.out.print("input file name? ");
String inputFileName = console.next();