Transcription: Both arguments in printSum have a default value of zero. If printSum is called with two arguments, these default values are not used. If printSum is called with one argument, the default value for j is used. If printSum is called with no arguments, the default values are used for both i and j.