🔢 Day 3: Introduction to Conditional Statements – HackerRank Practice with C#
🎯 Objective
In this challenge, you'll practice using conditional statements (if, else if, else) to control the program flow based on input values.
🧠 Problem Statement
Given an integer N, apply the following rules:
If N is odd, print "Weird".
If ...