Fundamentals Program/C#/Control Flow/Conditionals Else Topic 26 of 30 in C# The else statement is used with if statements to provide an alternative code path when the condition is false. It allows your program to handle both true and false cases. More in C#Primitive data typesAccessorsForeachForTypesIntFloatBoolcharValuesLiteralNon-primitive data typesStructsClassesMethodsFieldsData structuresArraysListsstringsControl FlowLoopsConditionalselse ifreturnElseifExpressions & OperatorsArithmeticAssignment Previousreturn Nextif All 48 topics in the Fundamentals Program