Question #239162

.Create a pseudocode and flowchart that will input values for A and B. Compare two values inputted and print which of the values is higher including the remark “Higher”. 


Expert's answer

Pseudocode

read A,B
if A > B:
  print A Higher
else:
  print B Higher

Flowchart

LATEST TUTORIALS
APPROVED BY CLIENTS