Question #239449

Create a pseudocode 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

Begin
Read A,B
if A > B:
  Display A Higher
else:
  Display B Higher
End
LATEST TUTORIALS
APPROVED BY CLIENTS