Question d’entretien chez Microsoft

Write some pseudo-code for a basic problem solving process/write an algorithim. (for a non-programming job).

Réponse à la question d'entretien

Utilisateur anonyme

2 juill. 2020

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