Create a directory called sep03 and then cd to that directory. Save your program in that directory with the filename compare.cc
Your program should read two numbers and print the word equal if the two numbers are equal, and print not equal if the two numbers are not equal.