Answer:
1. Start the program.
2. Get input from the user for a number representing a value on a dice.
3. If the input is equal to 1, display "A".
4. If the input is equal to 2, display "B".
5. If the input is between 3 and 6 (inclusive), display "Other".
6. For all other cases, display "Yes".
7. End the program.
Step-by-step explanation:
Not sure if this is an algorithm or a pseudocode, but hope it helps!