Day 14- What I Learned in a Day(JAVA) Concatenation Operator :("+") • Used to combine two or more strings • Commonly used to join text with variables • Helps in displaying meaningful output messages Increment Operator: • Used to increase a variable value by one • Can be used in pre-increment(++varname) and post-increment(varname ++) form Decrement Operator: • Used to decrease a variable value by one • Can be used in pre-decrement(--varname) and post-decrement(varname--) form. 🔹 I practiced small programs to understand how these operators behave during execution and how output changes based on their usage. Practiced 👇 #Java #JavaProgramming #OperatorsInJava #CodingPractice #LearningJourney #ProgrammingLife #TechSkills #FutureDeveloper 🚀

To view or add a comment, sign in

Explore content categories