Quote:
Don't use MS-Word to program it adds unecessary BS to the file.
Get Vi or Emacs, hell even notepad is better than word.
|
unless you save it with a .txt file extension, but yeah, for that crap don't bother with word, if you WANT to use a text editor check out notepad++ on sourceforge.
pseudocode can be like:
get the file
parse strings to get employee names
parse strings and convert to int/float to get hours or pay
do some shit to get overtime results
that's NOT what YOU want, but it's fine pseudocode...it's plain speech for describing what your program does in logical order. and yeah, printing the input file is a damn waste of time. what YOU want is more like:
read file
find employees with hours>40
print all relevant info on those employees (for the pay period)