Aleikin A.M. LabWork06 #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork06"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -45,0 +69,4 @@
{
return false;
}
string bufferTextFromFile = "";
Не используется
@ -45,0 +76,4 @@
bool first = true;
while ((str = sr.ReadLine()) != null)
{
if (first)
Первую строку можно считать до начала цикла, тогда конструкция будет проще
Pull request closed