User profile: XenoraCaine

User info
User name:XenoraCaine
Name:Xenora Caine
Location:College
Bio:College student, majoring in Biomedical Engineering. I took an intro to C++ class and I'm really enjoying coding.
Statistical data
Birthdate:Apr 13, 1997
Gender:Female
Occupation:Student
Skills:C++
History
Joined:
Number of posts:4
Latest posts:

Modulus Issue - Lucky Number
Okay, here is the revised section of the code. In the switch case I also changed the variable types....

Modulus Issue - Lucky Number
Do I need to include any other headers to use int64_t?

Modulus Issue - Lucky Number
Okay, for this portion of code: [code] int luckyNumber(int height, int weight, int birthMonth) { ...

Modulus Issue - Lucky Number
Hey there, I'm making a program that calculates a person's lucky number in accordance with a formula...