<< split from here >>
I need help writing a pseuocode for the following statement:
pseudocode that represents the logic of a program that allows a user to enter a value for the radius of a circle and then provides the user with a choice between printing either the diameter or the circumference of the circle. Based on the user’s choice, the program should calculate the appropriate dimension and display the result. To calculate the diameter, multiply the radius by 2 and to calculate the circumference multiply the diameter by 3.14.