Introduction
What do I do?
My Typical Day
Pros and Cons
Skills
How to become a Software Engineer
Job Opportunities
Questions
_______________
What I do
WMS - Warehouse Management System
Programming.
Debugging.
Testing.
Documentation
Pseudo-Code Example:
begin program
char answer = 'N'
display "Are you having a good day?"
read answer
if ( answer = 'Y' )
then
display "Glad to hear it!"
else
display "I hope you feel better soon."
end if
end program
Any bugs in here?