+ 3
PHP - Pre and Post Increment and Decrement Confusion
PHP - Pre and Post Increments and Decrements Confusion Hey everyone! I am a teen and I am learning PHP, and I cannot understand what Pre and Post Increments and Decrements are and what their usages are. Things I want to know: What are Increments and Decrements? What are they used for? Thanks!
10 Respostas
+ 11
https://code.sololearn.com/wKNpHCyYyQd2/?ref=app
Check this code and also read comments for better understanding
+ 3
Sorry that seemed the case! I use exclamations to show positivity, not sarcasm. Thanks for the solution!
+ 2
Thats a really helpful and detailed explanation. Thanks, Aayushi Gujarati !
+ 1
Actually, that wasn’t sarcastic in the least, I just somehow skipped over that in my brain... you can choose to take offense to something that is nothing, but hey! I can’t make that decision for you.
0
Xyenia 🦉 , I did. I am just not sure of a real world application.
0
Oh! That makes sense! Thanks, Xyenia 🦉 !
- 1
It's in the PHP course. Do the course.
https://www.sololearn.com/learn/PHP/1803/
- 1
You can use them in loops for iterations.
- 1
You are liking your own answers and being sarcastic with your last answer.
You seem wise enough to ask a decent question with some code terminology yet you do not comprehend an "iteration"?
- 1
All your exclamations suggest sarcasm.
I apologize if that's not the case.
Yes, increments and decrements are used for repetitive runs (iterations) inside loops until the end result has been achieved.