Alright so i have program that im working on that i need the user to input a positive value and then out put that positive value into an inverted triangle of asteriks '*'. i cant get the computer to output the number of asteriks i input, just numbers, regardless of the char variable.
now i need the triangle that this code produces to be right justified rather than left justified, should i use some combination of spaces in single quotes?