I need some help with this code which I going to
send you may be you could improve it for me if that is
possible, if thats OK for
*******************************************************
public class Teams
{
public static void main (String[] args)
{
char team1, team2, palyer; int win, loss, draw,
score1, score2, pts;
win = 3; loss = 0; draw = 1;
if(score1 > score2)
System.out.println("Enter team 1 and score" +
team1);
System.out.println("Enter team 2" + team2);
System.out.println("Enter score 1" + score1);
System.out.println("Enter score 2" + score2);
pts = win;
}
}