Comparison of two numbers (no conditional commands)
Write a program that receives two A and B numbers from the user and checks whether the number A is larger than the number B. The output should be true or false.
Tip: In this exercise you should not use conditional commands like if. (The use of comparative operators is permitted)