Please can anyone explain the meaning of ++ or ** really confused | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please can anyone explain the meaning of ++ or ** really confused

challenge question

11th Apr 2018, 11:23 PM
Israel Hart
Israel Hart - avatar
3 Answers
+ 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.
11th Apr 2018, 11:28 PM
Ariela
Ariela - avatar
+ 1
thanks a lot
11th Apr 2018, 11:31 PM
Israel Hart
Israel Hart - avatar
0
++ means to add one
12th Apr 2018, 1:08 AM
Someone Else
Someone Else - avatar