Programming Using C++
December 12, 2017Simple show hello world
using cout<<"helo word";
endl statment use to go next line
1 thing remember that in cout ststement when you write in " " that is written same to same
as shown in image.
system("pause") is use to stay the result
0 comments