home / study / engineering / computer science / computer sciencequestions and answers / write a program that in c++: 1.prompts theuser to enter a positive integer, think of this ... Question: Writea program that in C++: 1.Prompts the user to enter a positiveinteger, think of this intege... Write a program that in C++:1.Prompts the user to enter a positive integer, think of thisinteger as representing a specific number of pennies. 2. Theprogram should calculate and display the least possible number ofcoins (quarters, dimes, nickels and cents) that may be used torepresent the number of pennies entered by the user. For Example:If the user enters 28, then the program should display 1 quarterand 3 pennies. See other examples below. 3.The program MUST displaythe results using proper grammar (singular or plural). No globalvariables No labels or go to statements No infinite loops myprofessor wants me to unload a pdf and a txt file for theanswer.