Before this part of code i have if else if statement to give the int value It is also randomized, but the only problem is with this part trying to make the outputint variable to become a character ascii value which output is declared as char right now my array shows the integer variables and not the respective ascii variables
output = static_cast<char> (outputint);
array[i][j] = output;
cout << array[i][j] << " ";