subject

Give the algorithm and flowchart for following C code:

#include
int main()
{
int i, j,k=0,space=1;
for(i=7;i>=1;i--)
{
for(j=1;j<=i;j++)
{
printf("%c",j+64);
}
if(i!=7)
{
for(k=1;k<=space;k++)
{
printf(" ");
}
space+=2;
}
for(j=i;j>=1;j--)
{
if(j!=7)
printf("%c",j+64);
}

printf("\n");

}
printf("\n");
}

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 22:30
How many points do i need before i can send a chat
Answers: 1
question
Computers and Technology, 24.06.2019 07:20
Ingrid started speaking about her slide presentation. when she clicked to th"third slide, which had just a picture of an elephant, she forgot what she wassupposed to talk about. what could ingrid do to avoid this situation in thefuture? oa. print handouts for her audience.ob. add presenter's notes to each slide.oc. add a video to each slide.od. save her slide presentation to a flash drive
Answers: 2
question
Computers and Technology, 24.06.2019 09:30
What is the definition of digital literacy?
Answers: 1
question
Computers and Technology, 25.06.2019 05:30
In our new car, we were able to drive 30 miles in a half an hour. from this information, we can determine the car's a. acceleration. b. velocity. c. speed. d. direction.
Answers: 1
You know the right answer?
Give the algorithm and flowchart for following C code:

#include
int main()
...
Questions
question
History, 18.01.2020 10:31
question
Mathematics, 18.01.2020 10:31
question
History, 18.01.2020 10:31
question
Mathematics, 18.01.2020 10:31
Questions on the website: 13722367