Code is uploading but not showing any output

My code is uploading successfully but its not showing any result. Can anyone help me?

I can move this question to a more appropriate forum if you like. After all, if it has uploaded, there's no problem with the IDE, no matter what version. Unless I'm missing something?

Welcome to the forum

My crystal ball is offline at the moment

Please post your sketch, what it should do, details of the Arduino you are using and any external hardware and details of how the project is powered

In setup() be sure to initialize the Serial Monitor.

void setup() {
  Serial.begin(9600);
}

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.