answersLogoWhite

0


Best Answer

"In endless loop the value of i2 k10 and the loop will terminated when value of you is greater than k and the value of k is assign to 17 after the loop and it is said to endless loop why?"

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In endless loop the value of i2 k10 and the loop will terminated when value of you is greater than k and the value of k is assign to 17 after the loop and it is said to endless loop why?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The IF function is useful when you want to assign a value to a cell based on a logical test.?

The IF function is exactly what you need to assign a value based on a logical test, as in: =IF(A1>5,"Greater","Less" than or equals to") This will result in a cell whose value is the string "Greater" if A1 contains a value greater than 5 and "Less than or equals to" if it is not greater than 5. You can also put numbers or even formulas in the values to assign.


What is binarism?

binarization is a process where each pixel in an image is converted into one bit and you assign the value as '1' or '0' depending upon the mean value of all the pixel.If greater then mean value then its '1' otherwise its '0'. binarization is a process where each pixel in an image is converted into one bit and you assign the value as '1' or '0' depending upon the mean value of all the pixel.If greater then mean value then its '1' otherwise its '0'. by, maneesh chandra j


Does the life policy have to be paid up or have cash value to assign as collateral?

Not nec. You could assign ownership.


How can assign a value to a variable in GB Basic?

to simply assign a variable a numeric value a=10 anything=12 etc for string variables a$="sweet" ex$="happy christmas" etc to assign a value by input input"enter numerical value";numeric input"enter string value";string$ i hope that clears it up


What is the tangent of an angle a?

Angle a, by itself has no value. You must first assign a value to a to get the value of tan a.


A set of ordered pairs that assign to each x-value exactly one y-value is called a?

A set of ordered pairs that assign to each x-value exactly one y-value is called a function.


Do colors have numerical values?

They can, if you assign it an RGB-value.


What is the rule that assign exactly one output value to each input value?

Function


How do you assign value of one variable to another variable in unix?

If you are asking about shell usage, just assign the value as follows: first=5 second=2 first=$second


Difference between numeric constants and numeric variables in qbasic?

A constant is not supposed to change during program execution. A variable may change, in the sense that you assign a value, then another value, then another...A constant is not supposed to change during program execution. A variable may change, in the sense that you assign a value, then another value, then another...A constant is not supposed to change during program execution. A variable may change, in the sense that you assign a value, then another value, then another...A constant is not supposed to change during program execution. A variable may change, in the sense that you assign a value, then another value, then another...


What times B equals 88?

Don't know value of B, but if you can assign value-11


How do you assign a variable in C?

name = value example: x=1