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 type does the compiler infer for 'value' in this code?
var value = 3.0;