Figure out an if else

The code I sent is from the website I got this from. I am trying to figure out how to label the if else statement.
Kind of like this one, but less than 3000, but I can't figure out the first part.
if (pinFiveInput > 3000)
{
// action A
}
else
{
// action B
}