The Artima Developer Community
Sponsored Link

Java Answers Forum
Small Int coding issue

1 reply on 1 page. Most recent reply: Mar 22, 2003 12:52 PM by Rich Burgis

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Just

Posts: 6
Nickname: rusty
Registered: Mar, 2003

Small Int coding issue Posted: Mar 22, 2003 12:53 AM
Reply to this message Reply
Advertisement
I can?t seen to figure out the error?s in this page
Please help.


import cls.keyboard;
public class PO3Main
{

public static void main (string [ ] args)
{
String

System.out.print1n ("Fred bloggs. 0234567x. Friday 9. Room F1 - 15");
System.out.println

System.out.println ("*****");
System.out.println ("*****");

int Ramround1 =123;
Ramround2 =321;
Ramround2 =321;
Ramround2 =321;
Ramround2 =321;
Ramround3 =234;
Oppround1 =432;
Oppround2 =345;
Oppround3 =543;
For1 =702;
Against1 =1296;
Average1 =234;

System.out.println ("Enter the score for the Rams football team (Round 1)>");
Ramround1 = Keyboard.java ( );

System.out.println ("Enter the score for the opposition football team (Round 1)");
Oppround1 = Keyboard.java ( );

System.out.println ("Enter the score for the Rams football team (Round 2)");
Ramround2 = Keyboard.java ( );

System.out.println ("Enter the score for the opposition football team (Round 2)");
Oppround2 = Keyboard.java ( );

System.out.println ("Enter the score for the Rams football team (Round 3)");
Ramround3 = Keyboard.java ( );

System.out.println ("Enter the score for the opposition football team (Round 3)");
Oppround3 = Keyboard.java ( );


}
}


Rich Burgis

Posts: 17
Nickname: songbird
Registered: Mar, 2003

Re: Small Int coding issue Posted: Mar 22, 2003 12:52 PM
Reply to this message Reply
Look at the java.io package in the api list

Flat View: This topic has 1 reply on 1 page
Topic: Run Servlet in Tomcat Previous Topic   Next Topic Topic: Open jar

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use