0
This code produce no output..
this is a part of code of a my program.. could someone help me? https://code.sololearn.com/c78ldu3RzNH8/?ref=app https://code.sololearn.com/c78ldu3RzNH8/?ref=app
1 Answer
+ 1
Goddino
You forgot the most important part of your program,
the ::
#include <iostream>
without this command, you cannot get input, or print out anything to the console.
Tip::
Learn to structure your code, so as to enhance code readability