Filling each element of an array with a specified value int[] a = new int[3]; The default member values of an integer array are all zeros How to fill all members with 9? Try to develop an algorithm to fill an array
บรรจุองค์ประกอบของอาร์เรย์แต่ละคนมีค่าที่ระบุ int [] = new int [3]; ค่าสมาชิกเริ่มต้นของอาร์เรย์จำนวนเต็มเป็นศูนย์ทั้งหมด วิธีการกรอกข้อมูลทั้งหมดที่มีสมาชิก 9 พยายามที่จะพัฒนาอัลกอริทึมในการกรอกข้อมูลอาร์เรย์