
import java.io;
import tradeGoods;
import rareJewels;
import goodBeer;
import ant.Matters.Await.You;

package TestSuite;

public class Seven extends Five {

	//Variables
	
	public static int daysAWeek;
	public Wonders ofTheAncientWorld, ofTheModernWorld;
	
	private int a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t;
	
	//Methods

	public void foo () {
		b = b * c;
	}
	
	public int bar (int x, int y, int z) {
		return j + x + y + z;
	}
	
	public int bar (int x, int y) {
		return j + x + y;
	}
	
	public Seven thHeaven() {
		return this;
	}
	
	public static String tomorrow (String today) {
		if (today.equals("Sunday")) {
			return "Monday";
		} else {
			return "Friday";
		}
	}
	
	public static String pickADay(int d) {
		if (d == 0) {
			return "Sunday";
		} else if (d == 1) {
			return "Monday";
		} else if (d == 2) {
			return "Tuesday";
		} else {
			return "Friday";
		}
	}
}
	

	