Assume we have a jeroo

if(a >= 10)
  • if(a > 8)
  • if(a > 10)
  • if(a <= 10)
  • if(a < 10)
  • if(a > 11)

There are no hints for this question