Logo 
Search:

C Programming Article

Submit Article
Comments on Program to print pyramid of small letter and capital letter abcd
Category: C Programming (Homework Help)    Author: Freya Brown

WRITE A PROGRAM TO GENERATE FOLLOWING FIGURE OF N LINES.
INPUT N FROM KEYBOARD. Consider space in place of line.
_____a
____a A
___a A b
__a A b B
_a A b B c


Ron Moreland
Ron Moreland from United StatesJun 13
How would a beginner like me work on a code such as this?
Display a square and a rectangle using asterisks. That I can enter two different integers, both odd numbers. Validate that the two numbers are in the range of 3 to 15 , and that they are both odd numbers, i.e., not even numbers.


Please enter your Comment
  • Comment should be atleast 15 Characters.
  • Please put code inside [Code] your code [/Code].