write a program to print "HELLO" in big block letters ; each should have a height of seven characters and width of five characters
Answers
Answered by
0
Answer:
#include<stdio.h>
void main()
{
int i=0;
for(i=0;i<=100;i++)
{
if(i%2==0)
{
printf("\n %d",i);
}
}
return 0;
}
Similar questions
Math,
2 months ago
Social Sciences,
2 months ago
India Languages,
2 months ago
Science,
5 months ago
English,
5 months ago
Hindi,
10 months ago