Feeds
已回答
Some basic MATLAB questions
i = input('Marks of the student: '); if 0<=i && i<=59 fprintf('F grade\n'); end if 60<=i && i<=69 fprintf('D grad...
Some basic MATLAB questions
i = input('Marks of the student: '); if 0<=i && i<=59 fprintf('F grade\n'); end if 60<=i && i<=69 fprintf('D grad...
6 years 前 | 0
