User profile: cheryl tan

User info
User name:cheryl tan
History
Joined:
Number of posts:6
Latest posts:

drawing rectangle
#include<stdio.h> int main(void) { int b; printf("Enter The Height Of Rectangle:"); scanf("%d",&b...

drawing rectangle
I only managed to get the 1st two lines which is: 55555 55555 I'm nt sure wether how to continue my ...

drawing rectangle
thanks for your answers.but it's only required function & loops only...nt using array...do you have ...

drawing rectangle
can anyone shows me the source codes using<stdio.h> for drawing this rectangle? 55555 55555 45555...

numbers triangle
Write a C program to print the following number structure: [output][/output] ...