1. First Program #

Created Thursday 17 October 2019

Any program needs a start block. It is the main(){ function in C++. The end is }. Printing is one of the most fundamental thing in coding. Rather making basic abstractions like print, scan, we will use some standard things, like cout.