Making a code in Scratch is a great way to get started with computer programming. Scratch is a visual programming language developed by the Lifelong Kindergarten Group at the Massachusetts Institute of Technology (MIT) that makes it easy to create your own interactive stories, animations, games, music, and art. To begin, open Scratch and click on the green flag in the upper-right corner to start the program. You will then be presented with a blank white workspace on which you can begin creating your code. The workspace is divided into three columns. The leftmost column contains the programming blocks, the middle column contains the project area, and the rightmost column contains the stage area. To start programming, you will need to drag and drop the programming blocks from the leftmost column into the project area. There are a variety of blocks to choose from, including motion blocks, control blocks, sound blocks, and more. You can also create custom blocks. Once you have chosen your blocks, you can arrange them in the project area to form the code. Once you have assembled your code, you can test it by clicking the green flag in the upper-right corner. This will launch the program and you can see the results of your code on the stage. If you make a mistake, you can go back and edit the code until it works properly. Making a code in Scratch is a great way to get started with programming. With a little practice and creativity, you can create interactive stories, animations, games, music, and art. Have fun and happy coding!