Community Profile

photo

Adith Sreeram


Last seen: ungefär ett år ago Active since 2021

Followers: 0   Following: 0

Statistics

  • First Answer
  • Revival Level 1

View badges

Feeds

View by

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

mer än 3 år ago | 0