Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+12 votes

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?

asked in CSC211_Winter2018 by (1 point)

1 Answer

+9 votes
 
Best answer

Yes, an if/else statement would work here. You will only need one if statement followed by one else statement.

answered by (1 point)
selected by
...