The compiler is complaining about this assignment of the variable pickle to the variable jar. How woulld you fix this?
double pickle = 2;
int jar = pickle;
The compiler is complaining about this assignment of the variable pickle to the variable jar. How woulld you fix this?
double pickle = 2;
int jar = pickle;