Citirea si maximul elementelor unui vector

Description

Flowchart on Citirea si maximul elementelor unui vector, created by Oprean Paul on 12/05/2020.
Oprean Paul
Flowchart by Oprean Paul, updated more than 1 year ago
Oprean Paul
Created by Oprean Paul over 5 years ago
3
0

Resource summary

Flowchart nodes

  • i<n
  • Citeste n
  • Start
  • i<-1
  • Citeste v[i]
  • i<-i+1
  • Stop
  • DA
  • NU
  • max<-v[1] i<-2
  • i<n
  • v[i]>max
  • max<-v[i]
  • i<-i+1
  • DA
  • DA
  • NU
  • NU
  • Afiseaza max
Show full summary Hide full summary

Similar