what does echo $$ command display

whats the value stored in $$

Is it a homework ?

The $$ variable holds the process ID of the script in which it appears.

process id of the current shell from which $$ is executed