Question: Within the createID() function, create an if statement that checks if the values of the elements referenced by the fname, lname, and zip variables are
Within the createID() function, create an if statement that checks if the values of the elements referenced by the fname, lname, and zip variables are all non-null. (Hint: Write a compound condition to check that each value is not equal to an empty string ("").) Add the following statements to run if the condition is true:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
