package match; import java.io import java.util class Wrestler1 { } class Wrestler2 { } public class Match { public String wrestler; public String name; public int height; public int weight; public int agility; public int strength; public int endurance; public int score1; public int score2; public static void main(String[] args) { new Wrestler wrestler1 () new Wrestler wrestler2 () System.out.println("Welcome to The Wrestling Simulator" + "Please enter the following information." + "Wrestler Name: " + "Height: " + "Weight: " + "GENERATING PHYSICAL SKILL RATINGS..." + "Agility Rating " + agility + "Strength Rating: " + strength +"Endurance Rating: " + endurance + "PREPARING MATCH..." + wrestler1.name + "vs. " + wrestler2.name + "Weight Class: " + wrestler.weight + "PERIOD 1" + /n "BEGIN" + "*WHISTLE*" + "END OF PERIOD 1" + "SCORE:" wrestler1.name + score1 "to " + wrestler2.name + score2 + "PERIOD 2" + /n "BEGIN" + "*WHISTLE*" + "END OF PERIOD 2" + "SCORE:" wrestler1.name + score1 "to " + wrestler2.name + score2 + "PERIOD 3" + /n "BEGIN" + "*WHISTLE*" + "END OF PERIOD 3" + "SCORE:" wrestler1.name + score1 "to " + wrestler2.name + score2); } }