/* This takes the stored data files aptly named prog71.data and prog72.data, converts them into binary, you choose the name for the binary file, and then you choose which binary file you would like to print out. */ import java.io.Serializable; import java.io.*; import java.util.StringTokenizer; public class labeight { public static void main(String[]args) throws IOException { cis81 section=new cis81(); section.reads(); section.prints(); } }