So what did you learn in this session?
You learned about computational thinking and how that helps in expressing solutions in ways that a computer can understand. You also learned how to use Java and the IntelliJ IDE to run your code.
You learnt the concept of variables. As containers in computer's memory having specific names. You then learnt about the naming conventions for these variables. There you learnt about upper camel case and lower camel case conventions. As a standard practice, lower camel case convention is followed to name the variables. You also learned about various primitive data types in Java and when are they useful.