Skip to content
Permalink
b9a10813b7
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
33 lines (18 sloc) 467 Bytes
package InputOutput;
public class InputOutput{
//two stucts, one for users and one for therms
public static void readUserData() throws Exception{
}
public static void readTheroData() throws Exception{
}
public static void addUser() throws Exception{
}
public static void addThermo() throws Exception{
}
public static void endUserList() throws Exception{
//pending
}
public static void endThermoList(){
//pending
}
}