8 kyu

Is n divisible by x and y?

51,275 of 129,863naaz

Description:

Create a function that checks if a number n is divisible by two numbers x AND y. All inputs are positive, non-zero numbers.

Examples:
1) n =   3, x = 1, y = 3 =>  true because   3 is divisible by 1 and 3
2) n =  12, x = 2, y = 6 =>  true because  12 is divisible by 2 and 6
3) n = 100, x = 5, y = 3 => false because 100 is not divisible by 3
4) n =  12, x = 7, y = 5 => false because  12 is neither divisible by 7 nor 5
Refactoring

More By Author:

Check out these other kata created by naaz

Stats:

CreatedMay 3, 2015
PublishedMay 3, 2015
Warriors Trained152524
Total Skips6690
Total Code Submissions241910
Total Times Completed129863
JavaScript Completions51275
Python Completions32386
Ruby Completions2947
C# Completions6323
Java Completions12009
CoffeeScript Completions67
Shell Completions669
C Completions3512
TypeScript Completions1134
Julia Completions110
Go Completions1958
Elixir Completions201
Scala Completions417
C++ Completions12018
Crystal Completions45
Dart Completions846
Elm Completions64
Erlang Completions142
Fortran Completions68
F# Completions165
Groovy Completions83
Kotlin Completions1211
Lua Completions299
Nim Completions51
R Completions264
Reason Completions19
Solidity Completions578
Swift Completions1749
VB Completions288
Rust Completions1047
PowerShell Completions283
Haskell Completions549
PureScript Completions34
Forth Completions66
Factor Completions22
Racket Completions61
SQL Completions4064
Objective-C Completions61
Clojure Completions232
Prolog Completions58
CFML Completions60
PHP Completions1526
COBOL Completions46
D Completions26
OCaml Completions56
RISC-V Completions9
NASM Completions13
Total Stars621
% of votes with a positive feedback rating92% of 11049
Total "Very Satisfied" Votes9407
Total "Somewhat Satisfied" Votes1435
Total "Not Satisfied" Votes207
Total Rank Assessments879
Average Assessed Rank
7 kyu
Highest Assessed Rank
1 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • naaz Avatar
  • jhoffner Avatar
  • Javatlacati Avatar
  • g964 Avatar
  • Unnamed Avatar
  • GiacomoSorbi Avatar
  • Chrono79 Avatar
  • imjasonmiller Avatar
  • kazk Avatar
  • JohanWiltink Avatar
  • B1ts Avatar
  • Omiant Avatar
  • rowcased Avatar
  • KenKamau Avatar
  • monadius Avatar
  • bassopenguin Avatar
  • dlcoe Avatar
  • hobovsky Avatar
  • uniapi Avatar
  • stellartux Avatar
  • khlivnyuk Avatar
  • user8436785 Avatar
  • ejini战神 Avatar
  • akar-0 Avatar
  • Glinator Avatar
  • 4500zenja1 Avatar
  • KayleighWasTaken Avatar
Ad