Logo 
Search:

C Programming Article

Submit Article
Comments on Program to display number triangle
Category: C Programming (Homework Help)    Author: Easy Tutor

Write a program to display triangle as shown below.

1
2 2
3 3 3
4 4 4 4


Hani Alssarty
Hani Alssarty from MalaysiaOct 01
Q. it is required to compute the area of a triagle. the sides of the triangle are to be read in trough the keyboard by the user. write the pseudo code algorithm to solve the problem. draw the flow chart also?

i am beginner in this program ;)
Hani Alssarty
Hani Alssarty from MalaysiaOct 01
i have an assignment ,could anyone help me please?
the question is
write a program in C to determine the maximum and minimum values that can be stored in the various data types ?


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