Trying to write this program in C++, if you read the attachments, I am just starting to learn about loops (for, while, etc.) and if/else statements. I’d really appreciate if someone can show me a program for this in C++ that is not too far above my understanding of C++.
INSTRUCTIONS
The aim of this assignment is practice the use of while loops and conditionals statements. You are going to write a program that prompts the user for an integer and then determines the additive persistence and corresponding additive root. You will continue prompting the user for an integer until they enter a negative number which indicates they are finished