Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
input a number and store it in x input a number and store it in y while x < 10 do x =x +1 output value of x; end while output the value of y*2