Ask a New Question
Search
Questions and answers by
adugnaw
Questions (31)
how to drow flowchart read 10 integers from the keyboard in the range 0 to 100 and count how many of them are larger than 50 and
1 answer
265 views
how to write flowchart read 10 integers from the keyboard in the range 0 to 100 and count how many of them are larger than 50
1 answer
242 views
how to write pseudocode read 10 integers from the keyboard in the range 0 to 100 and count how many of them are larger than 50
1 answer
196 views
how to write algorithm read 10 integers from the keyboard in the range 0 to 100 and count how many of them are larger than 50
1 answer
239 views
how to write pseudocode swap the content of two variables using a third variable
1 answer
177 views
how to write read 10 integers from the keyboard in the range 0 to 100 and count how many of them are larger than 50 and display
1 answer
302 views
how to drow flowchart read 10 integers from the keyboard in the range 0 to 100 and count how many of them are larger than 50 and
1 answer
178 views
how to write c++swap the content of 2 variables using athird variable
1 answer
197 views
how to write c++find the maximum,minimum,sum and average of 3 numbers
1 answer
211 views
how to drow flowchart find the maximum,minimum,sum and average of 3 numbers
1 answer
222 views
how to write flowchart find the maximum,minimum,sum and average of 3 numbers
1 answer
227 views
how to write psudocodefind the maximum,minimum,sum and average of 3 numbers
1 answer
198 views
how to write algorithm find the maximum,minimum,sum and average of 3 numbers
1 answer
206 views
how to write pseudocode swap the content of two variables using athird variable
1 answer
197 views
how to write pseudocode sap the content of two variables using athird variable
1 answer
265 views
how to write pseudocode swap the content of two variables usig athird variable
1 answer
248 views
how to write flowchart read 10 integers from the keyboard in the range 0 to 100 and count how many of them are larger than 50
1 answer
235 views
how to write pseudocode read 10 integers from the keyboard in the range 0 to 100 and count how many of them are larger than 50
1 answer
206 views
how to write algorithm read 10 integers from the keyboard in the range 0 to 100 and count how many of them are larger than 50
1 answer
187 views
how to draw the flowchart to add numbers from 1 to 100 and display the sum
3 answers
240 views
how to prepare question the course of sql
1 answer
156 views
how to write pseudocode add the number from 1 to 100 and display the sum
1 answer
278 views
how to write algorithm and pseudocode how to draw flowchart to find the average max min and sum of three numbers given by the
1 answer
304 views
how to draw flowchart to find the average max min and sum of thre numbers given by the user
1 answer
344 views
how to write algorithm and pseudocode and how to draw flowchart to read 10 integers from the keyboard in the range 0 to 100 and
1 answer
207 views
how to write algorithm and pseudocode and how to draw flowchart to read an integer value from the keyboard and display a message
1 answer
317 views
how to write algorithm and pseudocode and how to draw flowchart to read an integer value from the key board and display a
1 answer
241 views
how to write algorithm and pseudocode and how to draw flowchart swap contents of two variables using third variables
1 answer
225 views
how to write algorithm and pseudocode and how to draw flowchart add the number from 1 to 100 and display the sum
1 answer
241 views
how to write algorithm and pseudocode and how to draw flowchart to find the average,
max, min, and sum of three numbers given by
1 answer
256 views
how to draw flowchart to find the average,
max, min, and sum of three numbers given by the user
1 answer
280 views
Answers (4)
how-to-drow-flowchart-read-10-integer-from-the-key-board-in-the-range-0-up-to-100-and-count-how-many-them-are-largest-than-50--and-display-the-result
how-to-write-flowchart-read-10-integer-from-the-key-board-in-the-range-0-up-to-100-and-count-how-many-them-are-largest-than-50--and-display-the-result
how-to-develop-an-algorithm-read-10-integer-from-the-key-board-in-the-range-0-up-to-100-and-count--how-many-of-them-are-larger-than-50-and-display-the-result
best answer for the flowchart of to add numbers from 1 to 100 and display the sum 1.START 2. Assign variable 'sum' as 0 3. Assign variable 'i' as 1 4. While i 100 5. Display 'sum' 6. END