মূল বিষয়বস্তুতে যান
প
প্রশ্ন করি
খুঁজুন
⌘K
নবম-দশম
মডেল টেস্ট
লিডারবোর্ড
ড্যাশবোর্ড
সাইন ইন
C-17-Q021: A number is odd when: | প্রশ্ন করি
হোম
›
English Version
›
Information and Communication Technology
›
Information and Communication Technology (Class 9-10)
›
Problem Solving through Programming: if-else, elif, match Statements and for Loop
›
C-17-Q021
C-17-Q021
medium
single_mcq
A number is odd when:
a
num % 2 == 0
b
num % 2 != 0
c
num / 2 == 0
d
num // 2 != 0
K
পূর্ববর্তী
C-17-Q020
21
/
150
J
পরবর্তী
C-17-Q022