Write a program that reads a list of integers, one per line, until an * is read, then outputs those integers in reverse. For sim
plicity in coding output, follow each integer, including the last one, by a comma. Note: Use a while loop to output the integers. DO NOT use reverse() or reversed(). Ex: If the input is: