how to do u use greater than or less than signs with switch and case statements?

case > 5
case < 5

i'm using that but that obviously doesn't work