Page 1 of 1

What will be displayed after code corresponding to the following pseudocode is run? Set Count = 10 Set x = 90 While Coun

Posted: Mon Jul 11, 2022 9:54 am
by answerhappygod
What will be displayed after code corresponding to the followingpseudocode is run?
Set Count = 10
Set x = 90
WhileCount <= 10
Write Count
Set Count = Count – 2
EndWhile
Write x