convert pseudocode into C code · for(done=FALSE; !done; ) · done = doSomething(); · int doSomething(void) { · return !FALSE; · }.
確定! 回上一頁