Hi everyone

I am new to c++. In the program why we need both
#include<iostream> and using namespace std statements.

what is the difference between these two.

are cin,endl and cout.. are methods ?