Scaricare la presentazione
La presentazione è in caricamento. Aspetta per favore
PubblicatoEvaristo Biondi Modificato 8 anni fa
1
Algoritmo per il calcolo del maggiore tra tre numeri qualsiasi Francesco PUCILLO matr. 225752
2
Inizio; Leggi a, b e c; If a=b then If b=c then Stampa “a=b=c, non esiste il maggiore”; Else If b>c then Stampa “a (e b) è il maggiore”; Else Stampa “c è il maggiore”; Else If a=c If c>b then Stampa “a (e c) è il maggiore”; Else Stampa “b è il maggiore”; Else If b=c If c>a then Stampa “b (e c) è il maggiore”; Else Stampa “a è il maggiore”;
3
Else If a>b then If a>c then Stampa “a è il maggiore”; /* a>b AND a>c */ Else Stampa “c è il maggiore”; /* c>a>b */ Else If b>c then Stampa “b è il maggiore”; /* b>a AND b>c */ Else Stampa “c è il maggiore”; /* c >b>a */ Fine.
Presentazioni simili
© 2024 SlidePlayer.it Inc.
All rights reserved.