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년 전 | 0
