pyramid

  1. I

    Halo ladies and gentleman , i gt problem with this C program can help me ?

    Write a program that prompts the user for an integer and then displays a pyramid of this height made up of hash (#) on the screen. A sample run is as follows: How height would you like the pyramid to be? 8 # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
  2. kjuvale

    EP 630 in Pune

    where to get creative EP630 in Pune Hi, I searched all threads here but didn't find where to get creative ep630 in Pune. I searched in Laptop House, Planet M, Pyramid, etc. but didn't found any where. Please anyone from Pune suggest a place to get these. And what will be the approx...
  3. Ecko

    Concept Behind Pyramid Program in C

    Hi Everyone I'm a N00b C programmer I've just started taking C seriously Wanted to know what's the logic behind a pyramid program in C Say a program like * 1 1 *** 234 333 *****...
  4. ~Phenom~

    How to print this ???

    Hi, I need a program which can print a pyramid like below , with taking height of pyramid in integer from user as input. ********** A *********A B A ********A B B A *******A B C B A *******A B C C B A Asterisks should be replaced by whitespaces.Please reply ....
  5. srikanth.9849671439

    program in c......

    1)wrap such that the oupput should be az,by,cx,dw......................... 2)wrap such that the oup put should be 1+10,2+9,3+8..........5+6 3)print the numbers in pyramid shape....... 1 2 2 3 3 3 4 4 4 4 4) print in rectangular characters...
Top Bottom