Skip to content

Instantly share code, notes, and snippets.

@cwake
cwake / Assign3.java
Last active June 26, 2018 03:18
Project #3 for CSC 142 Group Almost done!
import java.io.DataOutput;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.PrintStream;
import java.util.Scanner;
//CSC 142, Assignment #3DNA, DNAproject.java,Date
//Chloe Wake, Stephanie Woods, Stuart Pascua.
//This program reads the data file dna.txt and gives information
public class Draft2 {
public static void intro() {//figure out what we want to say