#4 Day

 The fourth hour of the challenge

today I learned some of the basics of C# such as namespaces and data types and the assignment operator

namespaces are used to organize the classes. It helps to control the scope of methods and classes

Data types such as byte, sbyte, int, char, string. Data types is containers for a kind of values

  byte and int are used to store integers with positive value. sbyte is used to store integers with positive and negative values

 The assignment operator is the equal sign "=" and it's used for assigning values to variables 

Well, that was it for today can't wait to tell you about tomorrow

تعليقات