hi im new in c++ and im making a three pyramid which depend the size and form in input file so far i can only make one and theres so much a lot to input in my code
in problem it state that the first line contains the number of input to be read. for each line of input, display three pyramids using the character symbol and given size where 0 <= size of pyramid <= 30. the first and last pyramid are exactlty one less than the size of the middle pyramid. the three pyramids are seperated by exactly three spaces, for invalid input, display "no output"