4.8 Code Practice: Question 3

Some recent institution question and answer inquired students to assert what they think is the most crucial important point for a student to do in order for you to attain success. One which response stood out from the rest was practice. People who are definitely successful do not become successful by being born. They work hard and persistence their lives to succeeding. This is how you can complete your goals. the following some question and answer examples that you could potentially implement to enrich your knowledge and gain insight that will guide you to maintain your school studies.

Question:

4.8 Code Practice: Question 3

Answer:

The code practice is an illustration of loops;

Loops are statements that are used to perform repeated actions

The complete program in Python

The program in Python, where comments are used to explain each action is as follows:

#This iterates from 200 to 300

for i in range(200,301,2):

#This prints the even numbers

   print(i)

Read more about loops at:

#SPJ2

They could potentially hopefully help the student deal with the question by working with the questions and answer examples. Then could potentially make some sharing in a group discussion and also study with the classmate with reference to the topic, so another student also obtain some enlightenment and still keeps up the school learning.

READ MORE  A mustard seed has a mass of about 0.002. A glass jair contains about 4.3602 x 10 ^ 4 seeds. Which is a reasonable estimate of the mass of the mustard seeds in the jar?

Leave a Reply

Your email address will not be published.