Logo 
Search:

C Programming Forum

Ask Question   UnAnswered
Home » Forum » C Programming       RSS Feeds

Really Need Help making a half pyramid

  Asked By: Teresa    Date: Nov 16    Category: C Programming    Views: 1559
  

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???

Share: 

 

1 Answer Found

 
Didn't find what you were looking for? Find more on Really Need Help making a half pyramid Or get search suggestion and latest updates.




Tagged: