0% found this document useful (0 votes)
558 views

Leftovers: Java Basics

This document contains descriptions of code challenges organized into sections on Java basics, conditionals, loops, arrays, encapsulation, inheritance and polymorphism. The challenges cover a range of Java concepts and increase in complexity within each section. Sample challenges include calculating body mass index, sorting arrays, implementing the FizzBuzz game, creating classes for dates and accounts, and defining subclasses for appliances and fractions.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
558 views

Leftovers: Java Basics

This document contains descriptions of code challenges organized into sections on Java basics, conditionals, loops, arrays, encapsulation, inheritance and polymorphism. The challenges cover a range of Java concepts and increase in complexity within each section. Sample challenges include calculating body mass index, sorting arrays, implementing the FizzBuzz game, creating classes for dates and accounts, and defining subclasses for appliances and fractions.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 23

CODECHUM | JAVA

 JAVA BASICS:
1. LEFTOVERS

2. THREE LINES APART

3. ENUMERATION
4. BODY MASS INDEX

5. SPEEDY NOT GONZALES

 JAVA CONDITIONALS: PART I


1. POSITIVE OR NEGATIVE?
2. SUM CUBES

3. SECURITY CHECK

4. OPERATION: OPERATION

5. NEGATIVE DECIMAL TALLY


6. LARGEST DIGIT
7. BODY MASS INDEX VERSION 2.0

8. SPEEDY, STILL NOT, GONZALES


 JAVA CONDITIONALS: PART II
1. VISIBLY DIVISIBLE

2. SORT IT YOURSELF
3. THE FIZZBUZZ GAME

4. IS IT YOU, CODY?
 JAVA LOOPS: PART I
1. BROKEN RECORD

2. AGAINST ALL “ODDS”

3. PLACE VALUES

4. SURVIVAL OF THE BIGGEST


5. COUNTING NUM

 JAVA LOOPS: PART II


1. FIZZBUZZ
2. FACTORIALS

3. THERE WAS A THREE


4. A SHORTER THREE

5. EVEN OUT

 JAVA LOOPS: PART III


1. SQUARES

2. A, E, I, O, U?

3. NEGATIVE ALLERGY
4. GATHERING POSITIVITY

 JAVA LOOPS: PART IV


1. THE PERFECTIONIST’S PROBLEM

2. CHALLENGING NUMERICAL TRIANGLES

 JAVA ARRAYS:
1. WHAT’S IN THERE

2. SEARCH AND RESCUE

3. SQUARE TO THE NEXT LEVEL


4. THE BIG ONE

 JAVA ENCAPSULATION:
1. DATE (MAIN)
1. DATE (CLASS)
2. ACCOUNT (MAIN)
2. ACCOUNT (CLASS)
3. TERM (MAIN)
3. TERM (CLASS)

 JAVA INHERITANCE AND POLYMORPHISM


1. APPLIANCE AND TV
2. FRACTION/MIXED FRACTION
3. STUDENT STORAGE

You might also like