Guide with complete verified
solutions(graded A+)
Algorithms - answer A set of logical steps to accomplish a specific
task
A set of direction/instructions
Abstraction - answer LOGICAL GROUPING of concepts or objects
Hide the details (in functions or methods)
We like to think at a high level of abstraction (no details)
Too many details overwhelm us!
2 basic rules for coding - answer -every time you begin something,
you must end it
-capitalization matters
Escape Sequences - answer prints a special character in an output
string
A list of escape sequences: - answer \b
\t
\n
\r
\"
\'
\\