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..

https://code.sololearn.com/czjtvW4B2l8W/?ref=app

15th May 2020, 5:23 AM
Dan Dias Abeyesinghe
Dan Dias Abeyesinghe - avatar
2 Answers
+ 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
15th May 2020, 6:25 AM
Brian
Brian - avatar
+ 1
Thank you Brian I'll definitely check the course out! Brian
15th May 2020, 6:36 AM
Dan Dias Abeyesinghe
Dan Dias Abeyesinghe - avatar