FontysICT-sem1

#Training Method MealThree

This command was once written as a WinForm command, but you may also create a variation of it, such as a Console app.

Given is the following method:

int GrindThree(int input)
{
  int output = input * 3;
  return output;
}

listbox