π’ 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 ...
codewithsai.hashnode.dev2 min read