I need help with this problem. I am to make a half-pyramid using hashes (#). I first must prompt the user for the half-pyramid's height, number must be between 1 and 23, if wrong number gets entered, then program should re-prompt for the same again.need to use 1 or more loops with help of printf. Must align the bottom-left corner of half pyramid with the left edge of terminal window.
#include <stdio.h>
Can anyone help???