Villegas Nicolas F. Bit CT 2D-4 SEPT. 5, 2019

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

start

VILLEGAS NICOLAS F. BIT CT 2D-4 SEPT. 5, 2019

Int N, V, F
Write a flowchart that would input 3 integers and
determine what is the highest and the lowest?
Input N, V, F

T T
F F
V>F N>V N>F

T T F T
V<N V<F
T F
N<F N<V
F F
F
Print “F is the highest Print “V is the highest Print “F is the highest
T
Print “N is the highest
and N is the lowest” and F is the lowest” and V is the lowest” and F is the lowest”

Print “F is the highest Print “V is the highest Print “F is the highest Print “N is the highest
and V is the lowest” and N is the lowest” and N is the lowest” and V is the lowest”

end

You might also like