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

What is the compile-time type of 'total' in this code?

var total = 5 + 2.0;