Write a program in c++ programming language that will do the following:
1. Ask the user to input a positive number
(2 points)
2. In case the user inputs anything except for a positive number, the program should print the message "Invalid input"
(2 points)
3. In one column print consecutive numbers from 1 to the number entered by the user (2 points). However, instead of every 3rd number program should print "aaa" (2 points). Instead of every 5th number the program should print "bbb" (2 points). Instead of every 15th number it should print "ccc" (2 points).
4. Sum of all the printed NUMBERS should be calculated and displayed below
(2 points)
5. Average value of all the printed NUMBERS should be calculated and displayed below
(2 points)
6. Total number of "aaa" elements should be displayed below
(2 points)
7. Total number of "bbb" elements should be displayed below
(2 points)
7. Total number of "ccc" elements should be displayed below
(2 points)
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme