Output error in comparing characters from two strings
- by Andrew Martin
I'm stuck with my a piece of code I'm creating. My IDE is Eclipse and when I use its debugging feature, to trace what's happening on each line, it outputs perfectly. However, when I click the "run" project, it just outputs a blank screen:
public static void compareInterests(Client[] clientDetails)
{
int interests = 0;
for (int p = 0; p…