I need urgent help for my project work

Does your code USE serial?

You didn't mention uploading the code to the Arduino either

To use the serial monitor, include

Serial.begin(9600);

In your setup function, then in your loop (or setup) include Serial.print or Serial.println and whatever you want it to send to the Serial monitor