CodingBat: Logics


Agar berilgan musbat son 3 yoki 5 ga qoldiqsiz bo`linib, ikkalasiga



Yüklə 275,84 Kb.
Pdf görüntüsü
səhifə4/13
tarix05.04.2023
ölçüsü275,84 Kb.
#93743
1   2   3   4   5   6   7   8   9   ...   13
CodingBat Logics (1)

Agar berilgan musbat son 3 yoki 5 ga qoldiqsiz bo`linib, ikkalasiga 
ham bir vaqtda bo`linmasa true qiymat qaytarilsin
old35(3) → true 
old35(10) → true 
old35(15) → false 
11.
less20
Return true if the given non-negative number is 1 or 2 less than a multiple 
of 20. So for example 38 and 39 return true, but 40 returns false. See 
also: 
Introduction to Mod
 
Berilgan musbat son 20 maning ko`paytmalaridan 1 yoki 2 ga farq 
qilsa true qiymat qaytarilsin. Misol uchun 38 va 39 true, lekin 40 
false qiymat qabul qiladi. 
less20(18) → true 
less20(19) → true 
less20(20) → false 
12.
nearTen
Given a non-negative number "num", return true if num is within 2 of a 
multiple of 10. Note: (a % b) is the remainder of dividing a by b, so (7 % 5) 
is 2. See also: 
Introduction to Mod
 
Manfiy bo`lmagan “num” raqami berilgan, agar son 10 ga qoldiqsiz 
bo`linuvchi sonlarga ko`pi bilan 2 tagacha farq qilsa true qiymat 
qaytarilsin
nearTen(12) → true 
nearTen(17) → false 
nearTen(19) → true 
13.
teenSum
Given 2 ints, a and b, return their sum. However, "teen" values in the range 
13..19 inclusive, are extra lucky. So if either value is a teen, just return 19. 
Ikkita a va b butun son berilgan, ularning yig`indisini qaytaring. 
“teen” qiymatlar qo`shimcha imtiyozga ega bo`lib 13…19 oralig`ida 
o`zgaradi. Agar islatgan son bu oraliqqa tegishli bo`lsa 19 qiymati 
qaytarilsin


teenSum(3, 4) → 7 
teenSum(10, 13) → 19 
teenSum(13, 2) → 19 
14.
answerCell
Your cell phone rings. Return true if you should answer it. Normally you 
answer, except in the morning you only answer if it is your mom calling. In 
all cases, if you are asleep, you do not answer. 

Yüklə 275,84 Kb.

Dostları ilə paylaş:
1   2   3   4   5   6   7   8   9   ...   13




Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©azkurs.org 2024
rəhbərliyinə müraciət

gir | qeydiyyatdan keç
    Ana səhifə


yükləyin