Triangle Generator Using Characters Or Symbols - Online Code
Description
This program generates a triangle with special symbols and characters which are user specified.
Source Code
# include <iostream.h>
# include <iomanip.h> // library that has the set output manipulator
int main ()
{
char letter; // letter is the symbol or letter made into a giant triangle
int width; //... (login or register to view full code)To view full code, you must Login or Register, its FREE.
Hey, registering yourself just takes less than a minute and opens up a whole new GetGyan experience.
Related Online Codes:
Comments
No comment yet. Be the first to post a comment. |
