Question: Code a block, that, if tests above it fail, checks whether one variable doesn't equal another and, if so, displays a prompt that assigns the

Code a block, that, if tests above it fail, checks whether one variable doesn't equal another and, if so, displays a prompt that assigns the user's response to a variable that has been declared beforehand. response + prompt ("how many dogs do you own?"); else if (a ! == b) {response = prompt ("How many dogs do you own?");}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
