Computer scienceAlgorithms and Data StructuresIntro to algorithms and data structuresPseudocode and representation

Relations and conditions in pseudocode

Let's count

Report a typo

What will the following program output when executed?

count = 6
let_us = 2.5
if ((count * 5) / 10) >= let_us then:
   print("Let's count", let_us + count)
else:
   print("Let's count", let_us * count)
 
Select one option from the list
___

Create a free account to access the full topic