top of page
Legion of Learners
www.lol-101.com
Home
Classrooms
Courses
About Us
Board Members
Resources
Members
More
Use tab to navigate through the menu items.
Log In
Forum Comments
10/19 Homework: Recursion
In CS Fundamentals for ACSL
epicmaxawesome
Oct 24, 2020
2) f(6, 3) = 22
0
0
Intro to Java 7/18 Homework
In Java Question Bank
epicmaxawesome
Jul 25, 2020
import java.util.Scanner; class Main { publicstaticvoid main(String[] args) { System.out.println("What is your age?"); Scanner sc = new Scanner(System.in); double b = sc.nextln(); if (b < 0 ) { System.out.println("Invalid Age"); } elseif (0 < b < 13) { System.out.println("Fortunately, you have a 20% discount!"); } else { System.out.println("You will need to pay the full price of what you are ordering."); } } }
0
0
Intro to Java 7/15 Homework
In Java Question Bank
epicmaxawesome
Jul 18, 2020
Well Done Your grade is C
0
0
epicmaxawesome
epicmaxawesome
0
Followers
0
Following
Follow
Following icon
More actions
Profile
Forum Comments
Forum Posts
More
Use tab to navigate through the menu items.
bottom of page