Posts

Day 30

Image
Now I understand that anything I can do with command line If I wanted to create a new folder and access it, then create many files within it, it would be like this These were some basics about the language C

Day 29

Image
  I can also use the graphics to rename a specific file  We're writing this down The file will be named like this  

Day 28

Image
To find out how many files I have, I type ls, which is short for list Here the word hello appeared in green, meaning that this file is usable, the file in machine language

Day 27

Image
  Command Line It is what enables me to create a new file and name it whatever I want, and I can also delete it. To create a new file, we write code If you want to delete it, type rm , short for remove, and it will look like this

Day 26

Image
Now, if I have a variable and I want to increase the value of this variable by 1, we write ++, which means the increase by 1. If I want the variable to decrease by one, I write --

Day 25

Image
Now, if I have two variables of the numeric type and I want to perform any arithmetic operation, addition, subtraction, multiplication, or division, it will be like this:

Day 24

Image
Now, if I have two variables and I want to print them, we will write the codes in this form: