Yes it's possible, assuming that you have learned how to read and print numbers. Your code code will need a loop that executes 4 times. Inside the loop, you read one number and add it to a running sum of all numbers so far.
Once the loop exits, compute the average from the sum.