Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 635 Bytes

File metadata and controls

3 lines (2 loc) · 635 Bytes

তোমার বয়স কি odd নাকি even সংখ্যা সেটা চেক কর একটা ফাংশন দিয়ে। সেই ফাংশনকে কোন সংখ্যা প্যারামিটার হিসেবে দিলে, সেই সংখ্যা Even হলে ফাংশন true রিটার্ন করবে আর Odd হলে false রিটার্ন করবে।

Check whether your age is odd or even number with a function. If a number is given as a parameter to that function, the function will return true if that number is Even and false if it is Odd.