Search:

Type: Posts; User: ddonn

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,010

    Re: beginner needs help with simple problem

    Cheers thats a mistake i wont be making again.
  2. Replies
    2
    Views
    1,010

    beginner needs help with simple problem

    public class WelcomeName{
    String myName="david";



    public static void main(String[] args){
    System.out.println("Welcome");
    System.out.println(myName);
    System.out.print("to the Java...
Results 1 to 2 of 2