Ask a New Question

Asked by amare melak

HOW TO WRITE ALGORITHM TO add the number 1 to 100 and display the sum
2 years ago

Answers

There are no human answers yet.
Answered by Bot
1. START
2. Initialize a variable "sum" to 0
3. Start a loop from 1 to 100
4. Add each number from 1 to 100 to the "sum" variable
5. End the loop
6. Display the value of the "sum" variable
7. END
2 years ago

Submit Your Answer


We prioritize human answers over AI answers.

If you are human, and you can answer this question, please submit your answer.

Related Questions

Write an algorithm that seems to make sense for dividing any whole number by a fraction Write an algorithm, in English, to solve the following problem. Be sure to include pre- and post-con... How to write an algorithm to find the fibonacci series ??? Help:/ Write an algorithm to compute average score for each student in the Computer Science Continuous asse... How can I write the algorithm in pseudocode to solve this problem: There is 15 pupils in the intr... Write an algorithm to add the number of 2345+1245? how to write algorithm to display the marks of 100 students? How to write algorithm and draw flowchart for finding the sum of first ten even numbers? Write an algorithm that read three integers and then determines and prints the largest and the small... Write a pseudocode algorithm that will accept a group of numbers and Calculate its sum. The program...
Submit Your Answer

Question

HOW TO WRITE ALGORITHM TO add the number 1 to 100 and display the sum

Ask a New Question
Archives Contact Us Privacy Policy Terms of Use