Legion of Learners
www.lol-101.com
Home
Classrooms
Courses
About Us
Executive Team
Board Members
Resources
More
Use tab to navigate through the menu items.
Log In
Forum Comments
1.8 What is output? What is output formatting? What are escape sequences?
In Introduction to Java
kaedeshimizu2015
Sep 19, 2020
class Main { public static void main(String[] args) { System.out.println(" /\\_/\\ ----- "); System.out.println("( \' \' ) / Hello \\ "); System.out.println("( - ) < Junior |"); System.out.println(" | | | \\ Coder!/"); System.out.println("(__|__) -----"); } }
0
0
Intro to Java 9/12/20 Homework
In Java Question Bank
kaedeshimizu2015
Sep 12, 2020
class Main { public static void main(String[]args){ System.out.println(" + "); System.out.println(" + + "); System.out.println(" + + "); System.out.println("+-----+"); System.out.println("| .-. |"); System.out.println("| | | |"); System.out.println("+-+-+-+"); } }
0
0
k
kaedeshimizu2015
0
Followers
0
Following
Follow
Following icon
More actions
Profile
Forum Comments
Forum Posts
More
Use tab to navigate through the menu items.