(a) Draw a flow chart to a program that will have a servo arm move based on an input from a distance sensor. The sensor values will range from 20cm to 30cm and the servo angle should be proportional to the sensor values. (b) Write this algorithm using pseudo code. (c) Write the algorithm as if you are writing in Arduino IDE