Question: using Matlab to write code for a class. i need to make a script code that can count the days between two dates including leap
disp('Welcome to the day counter, computer will prompt you, do as it says') dayl=input("What is the 2 digit day?"); monthl=input('What is the 2 digit month'); yearl=input('What is the 4 digit year '); day2=input("What is the 2nd 2 digit day? "); month2=input('What is the 2nd 2 digit month? '); year2=input('What is the 2nd 4 digit year? '); on o co to Command Window
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
