Bondarenko M.S. Lab Work 6 #13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork_06"
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?
Готовоto Bondarenko M.S. Lab Work 6Зачтено с понижением балла(ов)
@ -48,0 +80,4 @@
bool firstIn = true;
while ((bufferStr = sr.ReadLine()) != null)
{
if (firstIn)
Первую строку можно считать до начала цикла, тогда конструкция будет проще
Pull request closed