Hello,
I'm new in C language, nowadays I'm just solving the basic problems of C. I couldn't find a way to solve this problem. Could someone show me a way to solve this problem?
I don't want C code. Only a simple guide for solving.
Thanks for help.
-- The program will get the height of diamond from keyboard and it will print a diamond
according to this height. If entered value is 9 output will be
Code:
*
* *
* *
* *
* *
* *
*