Feeds
回答済み
Check dates if palindrome
close all clear clc t1=input('First date:'); t2=input('Second date:'); format='ddmmyyyy'; n1=datenum(t1,format); n2=d...
Check dates if palindrome
close all clear clc t1=input('First date:'); t2=input('Second date:'); format='ddmmyyyy'; n1=datenum(t1,format); n2=d...
3年以上 前 | 0
質問
Check dates if palindrome
sum=0; n1=input('Please enter first date:'); n2=input('Please enter second date:'); x=n1:n2; for i=n1:n2 ...
3年以上 前 | 3 件の回答 | 0
3
回答質問
input statement for the file name and N numbers
Write a program that opens by entering the file name from the keyboard and saves N random numbers between 1 and 40 entered into ...
3年以上 前 | 0 件の回答 | 0