Answer:
- public class Main {
-
- public static void main (String [] args) {
- int[][] myArray = {{1,5,6}, {7, 9, 2}};
- fixArray(myArray, 1, 2, 12);
-
- System.out.println(myArray[1][2]);
- }
-
-
- private static void fixArray(int[][] array, int row, int col, int value){
- array[row][col] = value;
- }
- }
Explanation:
The solution code is written in Java.
Firstly, create the method fixArray with that takes four inputs, array, row, col and value (Line 11). Within the method body, use row and col as index to address a particular element from array and set the input value to it (Line 12).
Next, we test the method in the main program using a sample array (Line 4) and we try to change the row-1 and col-2 element from 2 to 12 (Line 5).
The print statement in Line 7 will display 12 in console.
Try to see a computer specialist to help
Answer:
True
Explanation:
The word informatics is derived from the French word Informatique and it describes the science of using information & communication technology (ICT), to communicate, for the management of knowledge, prevention of errors and supporting of decision making. The application of effective informatics to health care delivery will definately lead to better results.
If any mistake was made using this type of primitive programming, the entire program of punch cards had to be re punched again. The correct option is A.
<h3>What is punch card?</h3>
A punch card is a card on which data is able to be recorded in the form of punched holes.
Whenever a mistake is done, the punched card is scrapped and made anew one for same programming.
Thus, if any mistake was made using this type of primitive programming. The entire program of punch cards had to be re punched again. The correct option is A.
Learn more about punch card.
brainly.com/question/27476988
#SPJ1
Answer:
Explanation:
Regularly in a company the senior management establish the policy and standards about the network and the employees, we can find different kind of these standards, for example:
Policies
- Regulatory
- Advisory
- Informative
Security policies
- Organizational
- Issue-specific
- System-specific
Standards
- Actions or rules
- Support
- Internal or external