Community Profile

photo

Delya Ochirova


Last seen: 11 days ago Active since 2022

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
Check dates if palindrome
close all clear clc t1=input('First date:'); t2=input('Second date:'); format='ddmmyyyy'; n1=datenum(t1,format); n2=d...

1 year ago | 0

Question


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 ...

1 year ago | 3 answers | 0

3

answers

Question


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 ...

1 year ago | 0 answers | 0

0

answers