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 inferred type of `n` here?
var n = 3.0;