void main(){
int space =1 , atPatternCount = 0 , a, enterNum ;
printf("Enter the Number (1 - 10): ");
scanf("%i", &enterNum);
atPatternCount = enterNum;
for (a = 0; a < enterNum; a++)
{
for (int i = 0; i < 2; i++)
{
for (int j = 0; j < atPatternCount; j++)
{
printf("@");
}
if(i != 1){
for (int h = 0; h < space; h++)
{
printf(" ");
}
}
}
space+=2;
atPatternCount--;
printf("\n");
}
}
Dapat alam mo yung fundamentals at proper functuation yan ang pinaka Base ng Programminginterested ako sa it ts, mahirap po ba talaga? wala pa po akong knowledge pagdating sa coding. any tips?
like ano po, wala pa po ako idea eh sorryDapat alam mo yung fundamentals at proper functuation yan ang pinaka Base ng Programming
You do not have permission to view the full content of this post. Log in or register now.like ano po, wala pa po ako idea eh sorry
simula ka sa computer history then c prog languagelike ano po, wala pa po ako idea eh sorry
You do not have permission to view the full content of this post. Log in or register now.
thank you po sa inyosimula ka sa computer history then c prog language
gusto ko talaga mag it