Saturday, September 30, 2006

A heart in Java

Music: -

If my heart could be expressed in Java code, I would. It would then be easier to express. Then my words wouln't need to go wrong.

import java.util.Scanner;

public static class myHeart
{
public static void main(String[] args)
{

String emotion, subconcious, concious;

emotion = subconcious + concious;

System.out.println(emotion);
}
}

No comments:

Post a Comment