You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Write C# program check weather the enter the number is Even Or Odd.
// Problem Solution => Here if given number divisible by 2 with reminder 0 then number is an even number,if number is not divisibleby 2 with not 0 it will odd number.