Topic: Stack Problem / Level: beginner

Problem: Create a function to push the digits of a number into a stack and reverse them if the number is divisible by 6.

Run the code to see the output here...