Write some pseudo-code for a basic problem solving process/write an algorithim. (for a non-programming job).
Sigiloso
First - ask "Business problem or any problem?" I am using a basic if/then structure for calling an action/subroutine based on condition. It could be as simple as something like this: IF temp => 80 THEN IF sun_out = 'y' THEN apply_sunscreen go_swim ELSE go_swim ELSE watch_netflix ENDIF