Feeds
답변 있음
create a program that determines the largest three numbers assigned to variables a,b and c and display the largest number matlab
clc clear all x = input("Enter three numbers: "); if x(1) > x(3) & x(1) > x(2) fprintf("%d is the largest number", x(1))...
create a program that determines the largest three numbers assigned to variables a,b and c and display the largest number matlab
clc clear all x = input("Enter three numbers: "); if x(1) > x(3) & x(1) > x(2) fprintf("%d is the largest number", x(1))...
대략 5년 전 | 0

