What's new

Help Pa guide sa C# Pseudocode at Flowchart

Donziii

Leecher
Joined
Apr 8, 2022
Posts
5
Reaction
1
Points
4
Write the Pseudocode and Flowchart of the following problems:

1. Calculate the sum and average of three input numbers and display the result

2. Determine if an input number is "Odd" or "Even"
number.

3. Display all the even numbers from 1 to 20 using the repetition structure

yung mapagtatanungan sana at di sana mayamot sa mga tanong ko haha
 
Sum = addition
Average of three = Sum/3
Display = result(avg)

3inputs [a, b, c]
Pagkaka alala ko, if(input % 2 == 0) para makuha even or odd (kung and remainder ay 0 pag ni divide sa 2)>> '%'
 
Sum = addition
Average of three = Sum/3
Display = result(avg)

3inputs [a, b, c]
Pagkaka alala ko, if(input % 2 == 0) para makuha even or odd (kung and remainder ay 0 pag ni divide sa 2)>> '%'
Paps may nagawa na ako di ko lang alam kung ano next dito. pati di ko alam kung tama HAHA kasi 20 lang yung output nya hahaha
IMG20220905072733.jpg
IMG20220905073522.jpg
 

Attachments

Similar threads

Back
Top