How do you get a code in C to count down from 5??
1 answer:
Answer:
This is what the code should do:
“Lift off in T minus
5
4
3
2
1
Blast-off!”
When I run it, it just keeps printing ''Sum = 5'' forever.
Explanation:
Code:
int main(void) {
int sum = 5;
int i;
printf("Lift off in T minus\n");
for (i = 0; i < 5; i=i+i) {
sum = sum - i;
printf("sum = %d\n",sum);
}
printf("Blast-off",sum);
return 0;
You might be interested in
Answer:
what are the statements?
Explanation:
A software-based <u>Firewall</u> is dedicated to examining and blocking internet traffic.
Answer:
what are the signs someone would or would not be drunk
By looking up your research on websites that have (.org) or wikipedia for answers u might have to find information
Answer:
Either word or I would suggest using google docs and word and compare.
Explanation:
You can set up a resume in word.