CJCoding With Joseph
← Back to Question List

Select topics to narrow your question pool, then enable Random to jump to a random question matching your filters.

Topics:
C# Quiz #23

Integer Division into a double

hardVariables

What does this code print?

📄 Code

1double result = 5 / 2;
2Console.WriteLine(result);