Computer Science, asked by pirhussain028, 1 month ago

Can you have negative value in STEP ?If yes,what will be true about the start and end values in statement?​

Answers

Answered by Imjungsoo
1

Answer:

if like this -2

Explanation:

its equal to 1/2

Answered by anjalisharam99917
0

Answer:

What is the default step value in for next loop?

step value is the value by which the counter variable is incremented or decremented every time the loop body is executed. It can be a positive or a negative value, but it cannot be zero. The step value is optional.

Explanation:

please mark my answer at brainliest please

Similar questions