Question: Write a MATLAB script that prompts the user to enter a year. If the year the user entered is before 1900, print the message before
Write a MATLAB script that prompts the user to enter a year. If the year the user entered is before 1900, print the message before the 20th century. If the year the user entered is in the range 1900 1999, print the message in the 20th century. If the year the user entered is after 1999, print the message after the 20th century. Use an if/else construct to determine which message is printed. Run the program three times and include your output for each possible message.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
