Ask a New Question
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
307 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
289 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
225 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
277 views
how to write pseudocode swap the content of two variables using a third variable
1 answer
202 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
331 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
209 views
how to write c++swap the content of 2 variables using athird variable
1 answer
217 views
how to write c++find the maximum,minimum,sum and average of 3 numbers
1 answer
241 views
how to drow flowchart find the maximum,minimum,sum and average of 3 numbers
1 answer
254 views
how to write flowchart find the maximum,minimum,sum and average of 3 numbers
1 answer
266 views
how to write psudocodefind the maximum,minimum,sum and average of 3 numbers
1 answer
228 views
how to write algorithm find the maximum,minimum,sum and average of 3 numbers
1 answer
230 views
how to write pseudocode swap the content of two variables using athird variable
1 answer
222 views
how to write pseudocode sap the content of two variables using athird variable
1 answer
287 views
how to write pseudocode swap the content of two variables usig athird variable
1 answer
271 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
267 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
230 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
214 views
how to draw the flowchart to add numbers from 1 to 100 and display the sum
3 answers
303 views
how to prepare question the course of sql
1 answer
169 views
how to write pseudocode add the number from 1 to 100 and display the sum
1 answer
312 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
371 views
how to draw flowchart to find the average max min and sum of thre numbers given by the user
1 answer
367 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
263 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
369 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
292 views
how to write algorithm and pseudocode and how to draw flowchart swap contents of two variables using third variables
1 answer
262 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
293 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
314 views
how to draw flowchart to find the average,
max, min, and sum of three numbers given by the user
1 answer
329 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