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.3 How to expand my first program?
In Introduction to Java
enzowu0
Sep 11, 2021
if this doesn't work sorry but i copied and pasted 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
6/20 Homework: Bit-string flicking
In CS Fundamentals for ACSL
enzowu0
Jun 24, 2020
Homework 1st problem: 10101 2nd Problem 11000 Bonus, Im only doing 1: 01001
0
0
6/13 Homework: Computer Number Systems, part 1
In CS Fundamentals for ACSL
enzowu0
Jun 17, 2020
So My Number = 888 R=Remainder BTW Binary: 888/2=444R0 444/2=222R0 222/2=111R0 111/2=55R1 55/2=27R1 27/2=13R1 13/2=6R1 6/2=3R0 3/2=1R1 1/2=0R1 <<<<<<<1101111000>>>>>>> Octal: 888/8=111R0 111/8=13R7 13/8=1R5 1/8=0R1 <<<<<<<1570>>>>>>> Hexadecimal: 888/16=55R8 55/16=3R7 3/16=0R3 <<<<<<<378>>>>>>
0
0
e
enzowu0
0
Followers
0
Following
Follow
Following icon
More actions
Profile
Forum Comments
Forum Posts
More
Use tab to navigate through the menu items.