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