Re: Finding the maximum value with 10 integer numbers. Programming Software Development by speakon Hey Nekoleon! Someone on here pointed me in the direction of vectors some time ago and would like to pass on the wisdom! Here is some quick code that solves your problem using vectors, something you should definatly look into! #include <iostream> #include <vector> //Needed to implement vectors #include <algorithm…