Need help plz...
I just started a Tech class required for my IST class, and well we started off with pseudocode crap. We were suppose to write pseudcode on how to make a peanut butter and jelly sandwich. I'm kind of confused on what to do...
if (bread && pb && j) {
if (knife) {
if (pb->open) {
knife->scoop_pb
knife->spread
} else {
pb->open
knife->scoop_pb
knife->spread
}
} else {
drawer->open
etc etc etc, that's how i'd do it. probably get an F for thinking too much tho.
if (knife) {
if (pb->open) {
knife->scoop_pb
knife->spread
} else {
pb->open
knife->scoop_pb
knife->spread
}
} else {
drawer->open
etc etc etc, that's how i'd do it. probably get an F for thinking too much tho.
Thread
Thread Starter
Forum
Replies
Last Post



