Write a pseudocode for a program to ask the user for a measurement in feet. Convert the measurement in feet to meters and display the result. Look up theconversion from feet to meters. Don't forget to create descriptive variable namesand number your steps. Think about the Input, processing and output steps neededto solve this problem. YOU ARE NOT writing actual code for this exercise.