Write a program that reads age of a person and displays “Entry restricted to mall” if the given age is below 10 or above 69, otherwise display “You can enter the mall”. Create an algorithm first using simple English words and then translate it into the code.