I'm confused; I signed up for a C programming class, and my instructuor goes too fast. I have an assighnemt due, and I have no idea idea how to do it. Can anyone pls help. I'll appreciate it.
This is a discussion on confused within the C Programming forums, part of the General Programming Boards category; I'm confused; I signed up for a C programming class, and my instructuor goes too fast. I have an assighnemt ...
I'm confused; I signed up for a C programming class, and my instructuor goes too fast. I have an assighnemt due, and I have no idea idea how to do it. Can anyone pls help. I'll appreciate it.
The first thing to do in this situation is to ask your instructor to slow down. If you'd like to tell us the assignment we'll help you to understand it.
-Prelude
My best code is written with the delete key.
for(i=1; i<=limit; i++)
{
tot += (1*1) + (1*2) + (1*2*3) + (1*2*3*4) + (limit-1)
=
(4-1)
= (1*2*3)
}
Poorman, what's this?
oo, oo, my turn!
Wow, useless code sure is fun!Code:for(a=0;a+2 != 4;a++) { a = a + 0; }