subject

Describe the output that will be generated by this basic program

let x=0

for i = 0 to 4

for j = 0 to i-1

let k = (i+j-1)

if (k mod 2=0) then

let x= x+k

else if(k mod 3 = 0) then

let x=x+k-2

end if

print x

next j

next i

end

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 21:00
Will this setup result in what kathy wants to print?
Answers: 2
question
Computers and Technology, 24.06.2019 23:30
Game design colleges anyone know the requirements? ?
Answers: 1
question
Computers and Technology, 25.06.2019 00:30
Which type of cell references are locked and not automatically updated when it’s copied a)formula b)relative c)absolute d)worksheet
Answers: 1
question
Computers and Technology, 25.06.2019 01:00
When a new name is registered on the internet, the process can take two hours to four hours four hours to three days two hours to two days one hour to eight hours
Answers: 1
You know the right answer?
Describe the output that will be generated by this basic program

let x=0

for...
Questions
Questions on the website: 13722362