Input Processing Output Model
Process
Application of IPO Model
Define problem statement; Identify inputs and outputs
Test program with different input values
Variable
Functions of Variables
Variable: int (Integer)
Variable: double (Double)
Variable: char (Character)
Variable: boolean (Boolean)
True/false; 1 bit memory
“Not” Variable: String (String)
Input as String: Errors
Input as String: Special Cases
Input as String: Flexibility
Input as String: Parsing
Numeric string data must be parsed (i.e. converted) to numeric data type
“”
Separates two variables with numbers by decimal with the +
Operations in Java
Reserved Word
Word having function in Java; Ex: “int”
Variable Name Requirements
“Instantiating an object”
Making the object exist