Search:

Type: Posts; User: Tank314

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,651

    Re: switch statement

    Never mind I just made some typos. Fixed now.
    The typos were in System.outprintln and I made 2 same cases.

    Hahaha so funny to read post of an elder who is tired of noobs like me :D
    I apologize.
  2. Replies
    4
    Views
    1,651

    switch statement

    class murderer{
    public static void main(String args[])
    {
    int age;
    age = 3;

    switch (age)
    {
    case 1:
    System.out.println("You can't kill");
  3. Replies
    1
    Views
    2,623

    unclosed string literal

    Code

    public class Ex22{
    public static void main (String[] args){
    System.out.print("\"To be or not to be
    \n
    that's the question\"");
    }
    }
  4. Replies
    4
    Views
    1,981

    [SOLVED] Re: Illegal character

    Ow cool people here talk. I thought no one will respond to this topic ever. We got some progress going in our communication skills eh?
    Anyway the problem was caused by BOM
    Byte order mark -...
  5. Replies
    4
    Views
    1,981

    [SOLVED] Re: Illegal character

    Already solved it myself. Thanks for not helping me.
  6. Replies
    4
    Views
    1,981

    [SOLVED] Illegal character

    http://img861.imageshack.us/img861/6007/charac.jpg
    I found this on google
    vb.net - Illegal Character when trying to compile java code - Stack Overflow
    But don't know what streamwriters or...
Results 1 to 6 of 6