Hello fellow programmers,
I have just decided to switch my major to computer science and am reading through this book in addition to starting this next semester. So I am a beginner and just started :D Love it so far. Anyways here is my question:
Is there a way to put in a return command within the parenthesis of the first part of Console.WriteLine?
Here's the original code:
Code:
Console.WriteLine("Now give me another number:");
Here is what I want to know is possible or not and how if I can do it....
Code:
Console.WriteLine("Now give me
another number:");
Does that part of code have to be on one line??
The reason I am wanting to know this is to make the code work with a revamp. I was revamping the project just to see if I could (hands on learning/tinkering)