Put this in a flow chart Start Input first color Input second color Decision: Is first color valid? If No: Display error for first color, End If Yes: Continue Decision: Is second color valid? If No: Display error for second color, End If Yes: Continue Decision: Are colors the same? If Yes: Display error for same colors, End If No: Continue Decision: Red and Blue? If Yes: Display "purple", End If No: Continue Decision: Red and Yellow? If Yes: Display "orange", End If No: Continue Display "green" End


Using : This flowchart would use diamond shapes for decisions, rectangles for processes, parallelograms for input/output, and ovals for start/end.