Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
C#
easy
C#
var and type inference
Single-choice MCQ
What is the compile-time type of 'total' in this code?
var total = 5 + 2.0;