Question from the Algorithmics - Fundamentals test

Archived

How many loop turns does this code make?

        numBooks= 3;
        While numBooks > 2 
            do numBooks - 1; 
         End While
         
Author: KahinaStatus: Archived(New question!)Question passed 3 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!