We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Great work so far fellas, One thing though, actually two. First, you should change line #32 of the example program to read;
Console.WriteLine( "You have " + ( friends.Count - blockedFriends ) + " friends and " + blockedFriends + " fiends blocked!" );
else it says "you have friends and friends.
The second item would be to add a pause at the end, so that you can read them message. Then hit space to continue to the application end.
Thanks for all your hard work though, much appreciated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Great work so far fellas,
One thing though, actually two. First, you should change line #32 of the example program to read;
Console.WriteLine( "You have " + ( friends.Count - blockedFriends ) + " friends and " + blockedFriends + " fiends blocked!" );
else it says "you have friends and friends.
The second item would be to add a pause at the end, so that you can read them message. Then hit space to continue to the application end.
Thanks for all your hard work though, much appreciated.
The text was updated successfully, but these errors were encountered: