+ 1
Please can anyone explain the meaning of ++ or ** really confused
challenge question
3 ответов
+ 5
What programming language? ++ means to add one. ** usually means to put the first number to the power of the second number, so to make the second number the exponent.
+ 1
thanks a lot
0
++ means to add one