C#

error CS0029: Cannot implicitly convert type 'int' to 'bool'

안녕1999 2020. 5. 25. 00:38

while(len)
error CS0029: Cannot implicitly convert type 'int' to 'bool'


while(len>0)