Community Profile

photo

Adith Sreeram


Last seen: circa un anno fa Attivo dal 2021

Followers: 0   Following: 0

Statistiche

  • First Answer
  • Revival Level 1

Visualizza badge

Feeds

Visto da

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

oltre 3 anni fa | 0