Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: How do you write a Java program that displays your initials?

    Well, how would you do this by hand, with a piece of paper and a pencil? How do you know where to draw the letters in the first place? Pretend you have a really dumb friend who has no idea how to do...
  2. Re: How do you write a Java program that displays your initials?

    System.out.println("JJJJJJJJJJJJ DDDDDDDDD");

    Seriously though, which part of this are you having trouble with? Take a look at the String API for some useful functions.

    Java Platform SE 6
Results 1 to 2 of 2