0
How to print if false statement inelse statement and also in console
please tell me if anyone knows!
4 Réponses
+ 2
Your question is unclear to me. Please link an example code.
+ 1
Start the C# course on sololearn.
if-else statements and Console.WriteLine will be covered in the lessons.
+ 1
This code shows how:
https://code.sololearn.com/cD3N3aL3m1jF/?ref=app
0
if (10<20)
{
Debug.Log
}
else
i want to know that how i print if false statement in else?
is this possible or not?