1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Yakvenalex [24]
2 years ago
11

Write a pseudocode to add the first 100 even numbers.

Computers and Technology
1 answer:
Allushta [10]2 years ago
6 0

Even numbers are numbers whigh are divisible by 2. Therefore, the first even number is 2. A pseudocode which adds the first 100 even numbers can be written thus :

counter = 0

sum = 0

interval = 2

while counter < 100 :

sum = sum + interval

interval += 2

counter +=1

print(sum)

  • A counter takes count of the number of values summed

  • Initializes a variable which holds the sum of even values

  • Since even numbers are divisible by 2; every factor ; increase every added value by 2

  • The program ends once counter is 100

Learn more : brainly.com/question/25327166

You might be interested in
The type of line shown below represents an / a:​
VikaD [51]

Answer:

esrfsrtg

Explanation:

6 0
3 years ago
Which of the following would a typical e-commerce website not include?
Vanyuwa [196]
They wouldn't include Employee Salaries
6 0
3 years ago
At a company function, a top executive corners you and complains that your department is wasting too much money. The executive d
Alex777 [14]

Answer:

Report:  

Shields focuses for the for shut source programs and working frameworks  

The shut source program is over the top expensive when contrasted with open source programs at whatever point the help and support administrations gave by the nearby source program designers are generally excellent.  

The shut source association will have propelled improvement and supporting group so the innovations and philosophies utilized will be propelled when contrasted with open source frameworks.  

The equipment bolster will be additionally acceptable contrasted with open source frameworks, a committed inner creating bunch is required if open source frameworks is embraced.  

For little reason or general purposes the utilization of shut framework is gainful.  

Focuses to clarify how OSS and the Linux working framework can be utilized to diminish these expenses in the long haul.  

The open source programming or working framework needn't bother with any permit or option to explore upon.  

For long haul use or committed purposes it is smarter to make an indigenous group so the product can make according to prerequisites and no compelling reason to pay remotely for help and support.  

The open source programming and working frameworks can be altered with no assent from its unique designers it empowers to change the product or working as we required.  

For long haul use applications or working framework it is monetarily plausible to keep an inside advancement group for creating applications instead of depending outside close programming items.

8 0
3 years ago
Choose the correct function to yield the shown results?
atroni [7]

Answer:

I believe that the answer is float

4 0
2 years ago
Which of the following situtaions demonstrates informatiomal technology used as a primary focus
Studentka2010 [4]

Answer:

well if your spesific then I could tell you

6 0
3 years ago
Other questions:
  • A technician is performing Windows preventative maintenance tasks on all computers in the organization. She wants a way to creat
    14·1 answer
  • Software can be distributed on the web. <br> a.true <br> b.false
    12·1 answer
  • What is the difference between operating systems and application software?
    7·1 answer
  • Write an examples of Output device, storage devices and inputs device 10 each excluding the common ones​
    5·1 answer
  • Exploring Arraylists. Remember that arraylists are good for adding and removing things, and that they are clock-cycle friendlier
    13·1 answer
  • Which of the following statements about electronic cover letters is true?
    14·2 answers
  • In what form do the hexadecimal numbers need to be converted for a computer’s digital circuit to process them?
    10·1 answer
  • What formatting has been applied to this title?
    8·1 answer
  • An important goal of biosecurity training is to: Prevent laboratory accidents that could expose personnel to hazardous agents. P
    13·1 answer
  • A browser is an example of a<br>​
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!