answersLogoWhite

0


Best Answer

A very poorly defined loop.

By default the looping index increases. The loop, as described in the question will not terminate if "maxValue" is less than 7.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of loop is For k equals 7 to maxValue?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many times does the following loop execute Set x equals 1 Until x 7?

6 times. When x is 7, the loop ends.


1 x 7 equals 7 is what type of property?

zero proprtey


What type of function is y equals -7?

A linear function. It is a horizontal line at -7.


What type of algebra is 5h-5 equals 4h plus 7?

It is an equation.


What type of lines are these x plus 2y equals 7 and 2x plus 4y equals 21?

They are parallel lines.


How many types of fingerprint patterns are there?

7 there are Arch ,Tentarch, whorl, loop ,double loop ,mixed,and pocketed loop


How to use for loop in vhdl code?

A loop statement is used to iterate through a set of sequential statements. The syntax of a loop statement is [ loop-label : ] iteration-scheme loop sequential-statements end loop [ loop-label ] ; There are three types of iteration schemes. The first is the for iteration scheme that has the form for identifier in range An example of this iteration scheme is FACTORIAL := 1; for NUMBER in 2 to N loop FACTORIAL := FACTORIAL * NUMBER; end loop; The body of the for loop is executed (N-1) times, with the loop identifier, NUMBER, being incremented by I at the end of each iteration. The object NUMBER is implicitly declared within the for loop to belong to the integer type whose values are in the range 2 to N. No explicit declaration for the loop identifier is, therefore, necessary. The loop identifier, also, cannot be assigned any value inside the for loop. If another variable with the same name exists outside the for loop, these two variables are treated separately and the variable used inside the for loop refers to the 34loop identifier. The range in a for loop can also be a range of an enumeration type such as type HEXA is ('0', '1', '2', '3', '4', ' 5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'): . . . for NUM in HEXA'('9') downto HEXA'('0') loop -- NUM will take values in type HEXA from '9' through '0'. . . . end loop; for CHAR in HEXA loop -- CHAR will take all values in type HEXA from '0' through 'F'. . . . end loop; Notice that it is necessary to qualify the values being used for NUM [e.g., HEXA'('9')] since the literals '0' through '9' are overloaded, once being defined in type HEXA and the second time being defined in the predefined type CHARACTER


What divided by what equals 7?

A lot of answers... for example, 49 divided 7 equals 7.


What type of system is 3x plus 2y equals 7 and -4x-3y equals 10?

They are simultaneous equations and their solutions are x = 41 and y = -58


X-7 equals 7 equals?

x = 14


What is 37-7 equals?

37-7 equals = 30


What is 16-7 equals?

16-7 equals = 9