Introduction to Programming
Introduction to Variables
Online Resources
Bucky Roberts:Variables
Michael Fudge: Variables, Data Types and Assignment
Telusko: Primitive Data Type in Java
Type Casting
Nathan Schutz: substring (Java)
Nathan Schutz: compareTo() (Java)
Bucky Roverts: Common String Methods
Bucky Roberts: Some More String Methods
Programming Problems
| Description | Files | Points |
|---|---|---|
| Boolean (True/False) Variables | 10 pts | |
| Integer Data Types | SimplyNumbers01.java | 10 pts |
| Floating Point Data Types | SimplyNumbers02.java | 10 pts |
| Type Casting | TypeCasting01.java | 10 pts |
| Fun with Strings | FunWithStrings.java | 10 pts |
| SubStrings | Substrings.java | 10 pts |
| String Comparison | stringCompare.java | 10 pts |
| Print Receipt | Receipt.java | 15 pts |
