Skip to content

Instantly share code, notes, and snippets.

View arifthehappy's full-sized avatar
🍎

MD ARIF KHAN arifthehappy

🍎
View GitHub Profile
#include <stdio.h>
#include <cs50.h>
#include <math.h>
void cardInput(long *, int *);
int main(void)
{
//seperate alternate integers of card number
int ctr = 1, evenSum = 0, oddDigit = 0, oddSum = 0;