Menu
×
×
Correct!
Exercise:Type Casting - Use the correct conversion method to convert the
int myInt = 10;
Console.WriteLine(Convert.@(8)(@(5)));
int myInt = 10;
Console.WriteLine(Convert.ToString(myInt));
Not CorrectClick here to try again. Correct!Next ❯ |
This will reset the score of ALL 58 exercises.
Are you sure you want to continue?