CC#•Created by TimVibes on 9/28/2024 in #help Null Literal and NUll reference problems
the loop condition is the same deal, you are saying line
is never null, but you assign ReadLine()
to it, which could be null. it wants you to write string? line
instead, to show that line
could be null