Java By Example
- Write a program that checks passwords to be between 6 and 10 characters and contain a digit
- Write a Java program that prints the following:
Knock, Knock.
.............Who's There?
Water
.............Water who?
Water you asking me for?
Knock, Knock.
.............Who's There?
Canoe
.............Canoe who?
Canoe come out and play?
Knock, Knock.
.............Who's There?
Boo
.............Boo who?
Don't cry. I'll be back tomorrow.
Knock, Knock.
.............Who's There?
Orange
.............Orange who?
Orange you glad I'm here?
Write a program that stores courses and prints a transcript with a GPA
Java Basics
- Create "Hello World!" in an IDE
- Compare to the App Inventor Constructs
- Basic Data Types, Variables, and Operations
- Abstraction Control Structures:
- Function/Procedure Definition
- Function/Procedure Call
- Class Definition
- Class Use
- Selection Control Structures
- Looping Control Structures
Resources