Bummer! This is just a preview. You need to be signed in with an account to view the entire instruction.
Well done!
You have completed Plan Ahead with Pseudocode!
You have completed Plan Ahead with Pseudocode!
Instruction
Pseudocode Reference
Pseudocode does not have a strict syntax but there are common ways of explaining different coding concepts like input, variables, conditional statements, loops and functions.
Input
Input could be from a keyboard, database, mouse, and so on. You want to indicate that data is coming into the program from some external source.
get name from user
get user_record from employee...