Computer Science, asked by triggeredgaming2007, 5 months ago

What will be the code in place of blank space given in the following program?

For A = 100 to 110 ____ 2

TextWindow.WriteLine(A)

EndFor​

Answers

Answered by bhoopbhoomi3088
1

Answer:

Small Basic and Programming

Computer Programming is defined as the process of creating computer software using programming

languages. Just like we speak and understand English or Spanish or French, computers can understand

programs written in certain languages. These are called programming languages. In the beginning there

were just a few programming languages and they were really easy to learn and comprehend. But as

computers and software became more and more sophisticated, programming languages evolved fast,

gathering more complex concepts along the way. As a result most modern programming languages and

their concepts are pretty challenging to grasp by a beginner. This fact has started discouraging people

from learning or attempting computer programming.

Small Basic is a programming language that is designed to make programming extremely easy,

approachable and fun for beginners. Small Basic’s intention is to bring down the barrier and serve as a

stepping stone to the amazing world of computer programming.

Similar questions