Shivam Mishramshivam019.hashnode.dev·Jul 1, 2023Chapter 0: Hello WorldAct 0: Logo The story begins when I reached 3rd Grade and I was introduced to LOGO . It is the first programming language I learned and to this day I remember the first piece of code I wrote to move the turtle and make a square. The commands were qu...Hello World
Shounak Pallovetocode.hashnode.dev·Jan 7, 2023QBASIC if then elseIn QBasic, you can use the IF...THEN...ELSE command to perform different actions based on a condition. Here is the basic syntax for the IF...THEN...ELSE command: IF condition THEN statements ELSE statements END IF The condition that we will pr...Introduction to Qbasic#qbasic