there is an array of four elements
$arr = array('1name','4aaaaa','5smthn','3else'); It is necessary, using the minimum possible (this is important) number of operators, to go through the array, and if an element starts by one, output a message, if four, then the element itself, if not by one, not four, and not three, then output some other message
the main point of the task is to use at least any if and == using substr() is also undesirable