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”.
Begin Read A,B if A > B: Display A Higher else: Display B Higher End