Respuesta :
Answer: integer
Explanation:
Its python code.
The datatype for number1, number2 and number3 it will be integer and even the output will be integer.
the programmer will decide whether to convert integer to float or not.
The program want a user to inputting a value number1, number2 and number3, then the interpreter will add the numbers and get the total and then the average will be total of numbers / 3.
so it will print number1, number3, number3, the sum and average.