algorithm
I need help with this discussion question. I don’t really understand loops in pyhton 3., so this DQ is very challenging. Please help with the question below.
I need help writing an algorithm using pseudocode for one of the following actions:
- Converting military time (2400 hours) to standard time (12:00)
- Counting down to a the following New Year’s eve in days, hours, minutes, and seconds
- Determining the maximum area of a field you could create with a collection of 15 fence sections, each eight feet in length.
- Prompting the user to input a set of grades and print the highest value, minimum value, and average.
Post your algorithm to the discussion topic.
- Explain why you chose the type of control structures and/or loops used in your algorithm (if-else, for, while, etc.).
- Explain how you might revise the algorithm you designed in Module Two based on any new information you learned here.