subject
Computers and Technology, 12.05.2021 14:00 KapALot

Cls X=2
Y=1
WHILE Y=5
A=A+Y*2
PRINT A
Y=Y+1
WEND
END
list all the variables used in this program ​

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:00
Write a method named addall that could be placed inside the hashintset class. this method accepts another hashintset as a parameter and adds all elements from that set into the current set, if they are not already present. for example, if a set s1 contains [1, 2, 3] and another set s2 contains [1, 7, 3, 9], the call of s1.addall(s2); would change s1 to store [1, 2, 3, 7, 9] in some order. you are allowed to call methods on your set and/or the other set. do not modify the set passed in. this method should run in o(n) time where n is the number of elements in the parameter set passed in.
Answers: 2
question
Computers and Technology, 23.06.2019 12:00
Which of these is an example of an integrated presentation? a. a table created in powerpoint b. an image pasted into powerpoint c. a caption created in powerpoint d. an excel chart pasted into powerpoint
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
Visually impaired individuals generally rely on the for navigation. thus, designers need to ensure that mouse-specific inputs, such as pointing, clicking, and hovering, can be done without a mouse.
Answers: 1
question
Computers and Technology, 23.06.2019 23:30
Perform an online search about the booting process of a computer and list all the steps
Answers: 2
You know the right answer?
Cls X=2
Y=1
WHILE Y=5
A=A+Y*2
PRINT A
Y=Y+1
WEND
END
list a...
Questions
question
English, 01.04.2020 18:40
question
Mathematics, 01.04.2020 18:40
question
Mathematics, 01.04.2020 18:40
Questions on the website: 13722362