Community Profile

photo

Adith Sreeram


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计数据

  • First Answer
  • Revival Level 1

查看徽章

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

3 years 前 | 0