Checking the segmentability of two numbers (without conditional commands)
Write a program that receives two A and B numbers from the user and checks whether the number A on the number b is partly segmented. 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)