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
What will be displayed after code corresponding to the following pseudocode is run? Set Count = 10 Set x = 90 While Coun
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am