if (condition1) {
// Code to execute if condition1 is true
} else if (condition2) {
// Code to execute if condition2 is true
} else if (condition3) {
// Code to execute if condition3 is true
}
// Add more else if blocks as needed
else {
// Code to execute if none of the conditions are true
}
Program.c
output.c
With supporting text below as a natural lead-in to additional content.