Community Profile

photo

Adith Sreeram


Last seen: alrededor de 1 año hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • First Answer
  • Revival Level 1

Ver insignias

Feeds

Ver por

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

más de 3 años hace | 0