List and String Quiz (Group B)

a program to read in 4 strings and display them in reverse order.
You program will need to:
– create an empty list
– loop 4 times to:
– prompt and obtain a string
– append string to list
– reverse order of list
– print the list (in reverse order)

You code must:
– compile and run (no errors)
– printing on screen look ‘neat’
– code is properly formatted
– comments added

Scroll to Top