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
mrs_skeptik [129]
3 years ago
11

Write code using the range function to add up the series 99, 98, 97,...

Computers and Technology
1 answer:
azamat3 years ago
8 0

Answer:

This program is written in python;

Comments are used for explanatory purpose;

Take note of indentations (See picure attachment)

Program starts here

#Initialize Sum to 0

sum = 0

#Iterate from 99 to 1 using range function

#The iterating variable i starts from 99 and ends at 1 with a difference of -1

for i in range(99, 1, -1):

sum+=i

#Display Result

print("Expected Output: ",sum)

#End of Program

You might be interested in
To help determine which technology to use, Raul creates a table to help him compare the pros and cons of his choices. What part
love history [14]

The answer is analyzing choices/options

Analyzing choices/options is one of the several steps of the decision making processes. Analyzing your choices will help you determine how your final decisions will impact yourself and everyone else around you. It is in this step that you will be asking yourself the likelihood of the results of your decisions now and in the future. In addition, this step will help you review the pros and cons of your choices listed in the previous steps.

5 0
3 years ago
How would improving the nutritional health of an entire community impact the overall physical, emotional, and financial health o
allsm [11]

Answer:

The people of the thriving community has a more encouraging life than becoming a town or community of laziness and the fact that people will not help each other. When a community of people know one another they know the at that moment that everyone can get along, but when health comes as a problem, people's attitude toward each other change rapidly in a bad way, then the neighboring families become rivals, and people will not help others when it is most needed, and at that point, life in that area is a internal civil war.

4 0
3 years ago
What is a 96.1791 weighted gpa in a 4.0 scale?
Oksanka [162]

Answer:

3.85 out of 4

Explanation:

As 96.1791 out of 100 gives 96.1791% calculated below:

Percentage formula: (Obtained value/total value)*100.......eq(1)

Putting values:

= (96.1791/100)*100

= 96.1791%

Now finding 96.1791% of 4:

Putting values in eq (1):

96.1791% = (Obtained value/4)*100

96.1791/100= (Obtained value/4)    (dividing by 100 on both sides)

0.961791 = (Obtained value/4)

4* 0.961791 = Obtained value          (multiplying 4 on both sides)

3.847164 = Obtained value

Then 96.1791% of 4 will be equal to: 0.961791 * 4  = 3.847164

Rounding off the answer to 2 decimal places:

=3.85    (As the digit on 3rd decimal place is greater than 5)

4 0
3 years ago
Which is a benefit of using the paste link option?
kherson [118]
It helps because its a faster way to copy a link .     
8 0
3 years ago
Read 2 more answers
Technician A says that the reserve rating of a battery is the amount of steady current that a fully charged battery can supply f
Andre45 [30]

Answer:

Neither A nor B

Explanation:

<em>Reserve capacity</em> is the number of minutes that a new, fully charged battery can discharge continuously and maintain a terminal voltage equal to or greater than 1.75 volts per cell.

<em>An ampere-hour </em>is an electric charge unit and its abbreviation is Ah.

It measures the amount of electric charge flowing through a battery in the case that amount supplies a current of 1 amp for 1 hour.

5 0
3 years ago
Other questions:
  • There was an airplane crash, every single person on board died, but yet two people survived. How is this possible?
    5·2 answers
  • The desktops of computers running the same OS all look the same
    8·1 answer
  • What are the properties of magnetic field​
    8·1 answer
  • Which of these is a method of selecting multiple items in Impress or PowerPoint? A. holding down the Ctrl key while clicking ite
    9·2 answers
  • Pls help me im confused prob more on the way
    6·1 answer
  • What steps will add content to a report header section?
    5·2 answers
  • Does anyone know this? Can someone please help me? I’ll give brainliest!!
    7·1 answer
  • Read the attached paper titled A Survey of Coarse-Grained Reconfigurable Architecture and comment on it. Make sure to specifical
    5·1 answer
  • Match each type of video camera to its features:
    15·1 answer
  • Simon would have regarded with impotent fury the disturbance between the North and the South, as it left his descendants strippe
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!