Languages Today

// This is my first Java Program — today

public class JoeCrawford
{
public static void main(String[] args)
{
System.out.print(“Hello Joe!\n\n”);
System.out.println(“\tThis is fun?”);
System.out.println(“What is the . . . \1 \2 \3 \4 \5 \6?”);
}
}
and…

¡Hola! ¿Como te llamas?

Muy bien, ¿y tu?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.