Create a program that prompts the user for their name and a number. Perform a series of operations on the number and output the results along with personalized messages. Requirements: Use the input() function to get the user's name and a numerical input. Perform at least three operations on the number (e.g., add 5, subtract 2, multiply by 3). Output the results of each operation along with a personalized message that includes the user's name. Ensure that the program is user-friendly and provides clear instructions. submit 3 files: the screen shot of your code + Algorithm + Flowchart

Q&A Education