In any program,the code given
System.out.println("Average men is" + averageMen);
How this code works? and What is the work of plus sing there in the code?
What does the sign do in the program?...