#include<stdio.h>
#include<conio.h>
int main()
{
int i,j,k,row,m;
printf("Enter the no of rows:");
scanf("%d",&row);
m=row;
for(i=0;i<m;i++)
{
printf("\n");
for(k=0;k<row;k++)
printf(" ");
for(j=0;j<=i;j++)
printf(" *");
row--;
}
getch();
}
write a program that reads in the size of the side of square and then pints a hollow square of that size out of asterisks and blanks?
write a c++ program to convert binary number to decimal number by using while statement
a triangle then a square :)
A = 5do{statement;A = A + 1;} while (A < 10)
There is no gotoxy statement in C.
write a program that reads in the size of the side of square and then pints a hollow square of that size out of asterisks and blanks?
write a c++ program to convert binary number to decimal number by using while statement
With a nested loop this is fairly simple. Example, in Java: for (int i = 1; i
write a c++program by using if statement to read a number and check whether it is positive or negative
{A program to compute the area of a triangle} {by Ogboin W. Meshach} Var; b,h:real; BEGIN Writeln('Triangle'); Write('Base: '); Readln(base); Write('Height: '); Readln(height); area:=0.5*base*height; Writeln('Area: ', area :0:2); End.
a triangle then a square :)
The sum of the three interior angles of a triangle always total 180 degrees.
A = 5do{statement;A = A + 1;} while (A < 10)
There is no gotoxy statement in C.
To write an effective personal statement for a master's program, focus on showcasing your academic achievements, relevant experiences, and future goals. Be authentic, highlight your unique qualities, and explain why you are a good fit for the program. Use clear and concise language, provide specific examples, and tailor your statement to each program you apply to. Proofread carefully and seek feedback from others to ensure your statement is strong and compelling.
digits
This is a statement with a question mark?