Skip to main content
added 1 characters in body
Source Link
anouar.bagari
  • 2.1k
  • 19
  • 30

if the array havehas a fixed size and you wante to return a new one filled with zeros

 return new int[3]; 

if the array have fixed size and you wante to return a new one filled with zeros

 return new int[3]; 

if the array has a fixed size and you wante to return a new one filled with zeros

return new int[3]; 
Source Link
anouar.bagari
  • 2.1k
  • 19
  • 30

if the array have fixed size and you wante to return a new one filled with zeros

 return new int[3];