Introduction to Software Development
GWU Computer Science
We have, and will, learn some Java syntax this semester. However, what we really want to focus on in this class is algorithm design and problem decomposition. Below is a cheat sheet, in pseudocode, of what we have in our "toolbox" for conceptually solving problems in the abstract language of computers.
x = 3
or x = y
)
+
-
*
/
%
num1
)
sum = num1 + num2
)
3
or 3.14
or "3.14 is pi"
)