computer






 

Question by  wantabemedic (345)

How can I write a psuedocode for getting ready for work with two decisions?

 
+6

Answer by  mturk65459 (49)

Pseudocode syntax is very similar to many procedural programs. Decisions are typically done with the IF / ELSE / ELSEIF, WHILE / DO WHILE, FOR, or SWITCH / CASE constructs. The simplest selections are done with IF / ELSE / ELSEIF statements, which evaluate a statement as either true or false. The others are loop constructs.

 
+5

Answer by  RepairItMan (419)

Assuming that you code has two separate outputs, you may wish to just decare two dummy variables, and go from there.

 
+2

Answer by  Bibinathina (89)

To construct a psuedocode we must have a clear idea on the work,have to identify the process,major dicisions,the loops and the variables.

 
You have 50 words left!