QuestionQuestion Keep the code as basic as possible. Need code ASAP Write a program which reads an integer (call it count), then reads count integers and displays the average. Use integer division (e.g., truncate or round down to the nearest integer). For example:. Need code ASAP Write a program which reads an integer (call it count), then reads count integers and displays the average. Use integer division (e.g., truncate or round down to the nearest integer). For example:
Question
Keep the code as basic as possible. Need code ASAP
Write a program which reads
an integer (call it count), then reads count integers and displays the average. Use integer division (e.g., truncate or round down to the nearest integer). For example: