Skip to content
This repository has been archived by the owner on Dec 29, 2019. It is now read-only.

\n #167

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

\n #167

wants to merge 1 commit into from

Conversation

shahrukhalam123
Copy link

for next line :-)

string s3 = Console.ReadLine();
int x2 = Int32.Parse(s3);
for (int i = 0; i < x; i++)
{
if (a[i] == x2)
{

Console.WriteLine("Search successful");
Console.WriteLine("Search successful \n");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the significance of this change? Console.WriteLine already appends a line break.

Likewise, the earlier change in this PR is simply adding extra whitespace before an existing line break.

@ayan-b ayan-b added the invalid label Oct 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants