Write a Python program that takes four numbers as input from the user. These numbers should be treated
Write a Python program that takes four numbers as input from the user. These numbers should be treated as floating-point values. Calculate the average of these four numbers and display the result with exactly two decimal places. You should write the algorithm first after that go for the implementation. Answer:
OR