For the prgram when a user enters 0 for the number of applicants would you use an if else statement to create the no applicants output?
Yes, an if/else statement would work here. You will only need one if statement followed by one else statement.