Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Complete week 3 #69

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Complete week 3 #69

wants to merge 3 commits into from

Conversation

amirulaiman26
Copy link

No description provided.

using CsvHelper;
using StudentScores;
public class Program
{

Choose a reason for hiding this comment

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

Noticed that the extra or missing blank lines.


string relativePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "..", "..", "..", "score.csv"); //to configure file path
string fullPath = Path.GetFullPath(relativePath);
/* Console.WriteLine("Resolved File Path: " + fullPath);*/

Choose a reason for hiding this comment

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

We need to remove unused code, do not keep it with comment in the line.

Generally we add a comment above the target code, and need a space between // and string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants