Pseudo code - TechRepublic
General discussion
March 5, 2011 at 03:15 PM
maximg27

Pseudo code

by maximg27 . Updated 15 years, 3 months ago

In pseudo code, describe a function which returns a date in the future. The date returned is 10 business days from a incoming parameter start date. You do not count weekends (Saturdays, Sundays) or holidays. You have the functions IsHoliday() and IsWeekend() available to you. Please describe it line by line.

This discussion is locked

All Comments