User Profile
Collapse
-
but where do i place the setw() -
Spacing the output of Pascal's Triangle
Sorry for the inconvienience but i am expecting this pattern the pattern is in the attachment....i am just pasted my code and want alterations.... please help
but i am ending up wid something like
1
1 1
1 2 1
1 3 3 1
with the following code
[code=cpp]
#include <iostream.h>
void main()
{
int n,y,x,c;
cin >> n;... -
These codes hav been tried many times but i fail to understand...pl zzz helpLeave a comment:
-
Printing letters in triangle pattern
please can u help me out in the following patterns
A
ABA
ABCBA
ABCDCBA
ABCDEDCBA
ABCDEFEDCBA
PATTERN 2:
4 4 4 4
3 3 3
2 2
1
2 2
3 3 3
4 4 4 4
PATTERN 3:
PASCAL'S TRIANGLE..
THIS IS URGENT PLZZZZ HELP ME OUT ALLL HAV 2 BE DONE USING LOOPS...
No activity results to display
Show More
Leave a comment: