how do i better understand pseudocode and solve problems that concern it
adu benjamin 0 Newbie Poster
Recommended Answers
Jump to PostPseudocode is a textual or semi-functional description of code to solve a problem. So if, the C code were
for (int i == 0; i < 10; i++)...
the pseudocode would be something likefor i = 0 while i is less than 10 then increment i and do …
All 2 Replies
rubberman 1,355 Nearly a Posting Virtuoso Featured Poster
JamesCherrill 4,733 Most Valuable Poster Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.