Hello

Have a simple question. I'm new to programming so bear with me. I want to create an array that is equal to the sum of two ints.

example


int smoking = 9;
int nonSmoking = 5;...