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

isom=0

loop: {
read num
if {num % 2 == 0} then sum += num
}
print sum