Question from the Algorithmics - Fundamentals test

How many loop turns does this code make?

Easy

How many loop turns does this code make?

        'bookNumber' = 3;
        While 'bookNumber' > 2 
            do 'bookNumber' - 1; 
         End While
Author: KahinaStatus: Published(Update)Question passed 17 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!