Draw a flowchart/pseudocode that represents the logic of a program that allows the user to input the radius of a circle. The program should calculate the perimeter and area of the circle. It should print the perimeter and area of the circle. (Given: Perimeter = π"2" r; Area=πr^2; π = 3.14159)