Check if a number is divisible by another number
-
Updated
Feb 3, 2021 - JavaScript
Check if a number is divisible by another number
You are provided an array A of size N that contains non-negative integers. Your task is to determine whether the number that is formed by selecting the last digit of all the N numbers is divisible by 10.
Small React app demonstrating some shortcuts for testing divisibility of integers.
Add a description, image, and links to the divisibility topic page so that developers can more easily learn about it.
To associate your repository with the divisibility topic, visit your repo's landing page and select "manage topics."