#coding
Read more stories on Hashnode
Articles with this tag
Taking Input from the Console Cin To take input from the user via the console, we use the cin statement. cin is a predefined variable that reads data...
Introduction to Variables A variable is a storage place that has some memory allocated to it. It is used to store some form of data. Different types...
This blog contains notes that I am taking while learning Part 1: C++ at Coding Ninjas. Don't forget to check it out ยท Introduction, Features and Uses of...