Calculate
the Average
Write a program that asks the user to type 5
integers and than calculates the average of them.
Input: In the
first line you will get 5 integer numbers. 
Output : Average
of the 5 integers numbers (Result may be decimal number).
 
  | 
   Sample Input1: 
   | 
  
   Sample Input2: 
   | 
 
 
  | 
   4 6 3 7 7 
   | 
  
   1 2 3 4 5 
   | 
 
 
  | 
   Sample  Output1: 
   | 
  
   Sample  Output2: 
   | 
 
 
  | 
   5.4 
   | 
  
   3 
   | 
 
 
 
Для отправки решений необходимо