Wednesday, October 17, 2007

Tamil Java

Well its a fun forward. (Usually i don't post such stuff here.)

Still this one is of *java* interest...

I think you can read the tamil version first here-


Well if you have problems understanding, place your mouse on the first dot below, hold the leftmost mouse button and drag to the second dot. (OR) simply click on the first dot.



  • public class Project
    {
    public static void main(String args[])
    {
    int a;
    string b;
    if(a==0)
    {
    b = "Zero";
    }
    else
    {
    b = "Non-Zero";
    }
    return;
    }
    }


Well thats what people think an IT Guy's work is... so sad!

No comments: