Are you confuse about something? Then ask something about something!
Ask yours questions and help others by answering their own question(s), if you know the correct answer(s) to their question(s) or a hints.
How to Write a Simple Algorithm Using Pseudocode | Example EightWrite an algorithm that will request for a score, if the the score is
greater than or equal to to 35, the algorithm will add 1 to the value,
otherwise, it will not add any value to the score. The algorithm will
display va…Read More
How to Write a Simple Algorithm Using Pseudocode | Example NineOutline the pseudocodes that will request for an integer number n,
and n different numbers Xi, afterwards it will calculate and display the
product of all the Xi numbers,
Product Operator
Premise:
The
formula above is…Read More
How to Write a Simple Algorithm Using Pseudocode | Example TenOutline the algorithm that will request for an integer number n, and n
different numbers Xi, afterwards it will calculate and display the
summation (Total/sum) of all the Xi numbers? using the formula below;
Solution: …Read More
0 comments:
New comments are not allowed.