redsmile
@redsmile
Data Comparisons One of the most basic capabilities of any programming language is the ability to make comparisons. There are special symbols used to compare data in programming. The result of every comparison is either true or false. For example: 5 > 7 is false 7 < 9 is true
0 reply
0 recast
1 reaction