Ask a New Question

Question

pseudocode and flowchart start 0 find the even number then add those even number and display sum of even number
3 years ago

Answers

oobleck
isom=0
loop: {
read num
if {num % 2 == 0} then sum += num
}
print sum
3 years ago

Related Questions

I need help with pseudocode, and any help regarding forming these programs in Visual Logic would be... I have the pseudocode but i am confused with this question. Modify the Pay Calculator design from... What is the pseudocode of a square with side X, A = X^ 2; circle with radius X, A = 3.14 * X 2; equi... Using pseudocode or a flowchart write a program that does the following: Allow the end user to en... Using pseudocode or a flowchart write a program that does the following: Design the logic for the... Pseudocode and flowchart to create a program to find the smallest and largest value among 100 number... This pseudocode is an example of which structure? INPUT time SWITCH time CASE “morn... This pseudocode is an example of which structure?INPUT timeSWITCH time        CASE “morning”:       ... This pseudocode is an example of which structure? INPUT time SWITCH time CASE "morning": OUTPUT "Goo... This pseudocode is an example of which structure? INPUT time SWITCH time CASE “morning”: OUTPUT “Goo...
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use