So I am currently enrolled in a coding class and as part of our homework we had to write a code that will make a pyramid out of $. We are working with functions right now so we have to do it by using two functions. One is the int getNumberOfRowsFromUser () and the second is void drawPyramid (int). I think my code will work but I cannot seem to get the value that the user inputs to go into my drawPyramid function. I know it is probably a very simple fix and I have been trying to figure it out for an hour or two now and can not. Can somebody please help me.