Write a C++ program that prompts the user for a number between 1 and 1776 . Output the integers from one to that number. Output 10 numbers per line in columns. Also output the sum (int) and average (float) of the outputted numbers. Output the average to 1 decimal place. (Validate all input data. )