I want to make a simple "Number increaser app" with C++, i can choose how many numbers i want to increase in the app. i made a class for the increasing of the numbers, and i increase the numbers with random digits from 1 to 10.
i made a object array that stores the numbers but when i choose more than 1 number to increase the first number becomes a value between 1 and 10 but the second number becomes greater each time i press enter to increase again
example: the first number is 10 while the second is 20 or 15 when i press enter the first number is 13 while the second goes 34