ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 9 Weeks Ago, 2 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 11 May 2017 My Price 8.00

Declare Integer x = 1

1. Given the code below, determine the name of the loop control variable 

BEGIN

        Declare Integer x = 1

While ( x <= 5 ) Do

Input "Enter a number: ", x

Set x = x + 2

End While

END

2. 

Determine the initial value for the loop control variable given the code below.

BEGIN

Declare Integer x = 1

Set x = 13

While ( x <= 5 )

Input "Enter a number: ", x

Set x = x+ 2

End While

END

 

3. 

Determine the value by which the loop control variable is updated given the code below.

BEGIN

Declare Integer x = 13

While ( x <= 5 )

Input "Enter a number: ", x

Set x = x - 2

End While

END

 

Answers

(11)
Status NEW Posted 11 May 2017 12:05 AM My Price 8.00

-----------

Not Rated(0)