Code: Select all
if(numElements == 1)
{
//This next line is to get the number, which i don care about, just put it in any variable
cin>>numElements;
cout<<"Jolly\n";
}
Code: Select all
if(numElements == 1)
{
//This next line is to get the number, which i don care about, just put it in any variable
cin>>numElements;
cout<<"Jolly\n";
}