Introduction To Programming Write a program that gets first and last names of a dog owner and the name of their dog. The program will generate an information statement for the dog owner using the following pattern and then displays the string on the page.
The List of Input Variables:
The List of Output Variables:
The Process Checklist:
Write the JavaScript code based on everything you've done. Your code must follow the course coding standards.
Joe Smith's dog is named, "Fido".