Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyC#var and type inferenceSingle-choice MCQ

What type does the compiler infer for 'value' in this code?

var value = 3.0;