Write pseudo code that will count all the odd numbers up to a user defined stopping point then
it computes the average
Answers
Answered by
0
Answer:
computer science, pseudocode is a plain language description of the steps in an algorithm or another system. Pseudocode often uses structural conventions of a normal programming language, but is intended for human reading rather than machine reading.
Explanation:
hope it helps
Answered by
1
Hii I will help you ✌️
=> Pseudocode is an artificial and informal language that helps programmers develop algorithms. Pseudocode is a "text-based" detail (algorithmic) design tool. The rules of Pseudocode are reasonably straightforward. All statements showing "dependency" are to be indented. These include while, do, for, if, switch.
Similar questions