Stacey Lee

Greenhorn
+ Follow
since May 08, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Stacey Lee

Can some please tell me how to play music on a website when the user click on a button?
Thanks
Stacey
That worked perfect!!!
Thanks for your help Leo
20 years ago
Hello All,
I am VERY new to Java and I am having some trouble I am hoping you all can help me out. Below is the code for the program i am trying to run. When I compile the code I get the following error "Face.jave:8: illegal escape character
System.out.println("|\_/|");
Can someone help me and tell me what this means and how to fix it?
Thanks
Stacey
public class Face
{
public static void main(String[] args)
{
System.out.println(" /////");
System.out.println(" | o o |");
System.out.println("(| ^ |)");
System.out.println(" | \_/ |");
System.out.println(" ------");
}
}
20 years ago