0
Please how do I display the number that is input by the user on my code ? Can someone help me with the code below..
2 ответов
+ 2
Use something like
printf("You entered %d\n", number);
Be sure to take the SoloLearn C course found in the Learn section. https://www.sololearn.com/Course/C/?ref=app
+ 1
Thank you Brian I'll definitely check the course out! Brian