help please
843789May 9 2010 — edited May 9 2010i am getting two errors for this little bit of code.
i dont understand though, i copied it right out of my textbook.
public class Welcome1
{
public static void main( String[] args )
{
System.out.PrintIn("Welcome to java programming");
}
}
i really dont know what is wrong with this.