We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
cardnumber = 4012888888881881
def validlen?(arr)
#checks for card length of 13, 15, or 16
arr.length == 13 || arr.length == 15 || arr.length == 16
#include <math.h>
#include <stdio.h>
int main(void)
Ruby 1
JavaScript 1
There was an error while loading. Please reload this page.