2 Dimensional Array (Array 2 Dimensi)
Assalamualaikum. On this occasion here I create an Application with 2-dimensional Array Display task, maybe this is simple and quite a bit difficult also for me who is still the stage of learning and beginners. Conditions ; Number of rows 4 Number of colom 4 The user inputs a value (digits 2 digits) on each combination of rows and columns System displays the value inputted If there is a value entered there is a number 4, then the value of replace with the character '**' For the steps I created, here I use the integer data type (int) that is converted to the String data type. And here I use looping for because it is used to retrieve values on an array. For how to convert my data here using method valueOf () Declaration of class of data type to be changed Use the Method Declare variables of data types that want to change String[][] nilai1 nilai1[row][colom]= String.valueOf(nilai[row][colom]); For More Clear can be checked So...