Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Statement and Decision Coverage
READ A
READ B
READ C
IF C>A THEN
IF C>B THEN
PRINT "C must be smaller than at least one number"
ELSE
PRINT "Proceed to next stage"
ENDIF
ELSE
PRINT "B can be smaller than C"
ENDIF
A. 3, 3.
B. 2, 3.
C. 2, 4.
D. 3, 2.
Profile Answers by lukaM2i3 Questions by lukaM2i3
Questions by lukaM2i3
Related Answered Questions
Related Open Questions