PDA

View Full Version : Pseudocode statements


andyhaus1057
Jul 19, 2009, 06:14 PM
Hi, these are my guesses. Can you please check on them?

1) A ___ statement in pseudocode to write a single alternative decision structure.

B?

a) Test-jump
b) If-Then
c) If-Then else
d) If-Call

2) A ___ statement in pseudocode to write a dual alternative decision structure.

A?

a) Test-Jump
b) If-Then
c) If-Then-Else
d) If-Call

chuckhole
Jul 20, 2009, 05:05 AM
1) correct
2) c) If-Then-Else

network student
Apr 14, 2013, 08:43 PM
How to write a pseudocode statement that declares the variabel cost so it can hold integers.