Could anyone help me with arithmetic operators?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Could anyone help me with arithmetic operators??

https://www.sololearn.com/learn/PHP/1803/?ref=app I don't understand arithmetic operators I get them a lot on challenges, I get big things of code on the challenges with all those symbols and it asks me what the output is and I end up losing the challenge because I can't figure it out. Well anyway I was wondering if someone could explain those arithmetic operators to me? P.S. So then I don't fail all my challenges and lose xp points. lol😂😜😉

5th Dec 2018, 4:00 AM
Abraham
Abraham - avatar
6 Answers
+ 1
Sure, I have found it for you : https://www.sololearn.com/learn/JavaScript/1130/
5th Dec 2018, 5:10 AM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar
+ 6
I must of not been searching the right thing. Thank you
5th Dec 2018, 5:11 AM
Abraham
Abraham - avatar
+ 5
Php is not the problem, its javascript
5th Dec 2018, 4:29 AM
Abraham
Abraham - avatar
+ 5
I can't find one of those pages telling me what the symbols mean in JavaScript
5th Dec 2018, 4:30 AM
Abraham
Abraham - avatar
+ 3
I really don't understand what's confusing you. Sololearn's explanation is really as good as it gets - clear and simple with the example... Play with those codes, put your own numbers. What is the problem? Modulus?
5th Dec 2018, 4:19 AM
dρlυѕρlυѕ
dρlυѕρlυѕ - avatar
0
Arithmetic operators are operators meant to make an effect on number. For example, like your normal mathematics, 2+2=4, when it comes to modulus, it just get the remainder of two values. So it is all about basic calculations. Google for more of such operators
13th Dec 2018, 2:19 PM
Henry