Answer:
import java.util.Scanner;
public class U6_L1_Activity_One{
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
int[] arr = new int[4];
arr[1] = scan.nextInt();
arr[2] = scan.nextInt();
arr[3] = scan.nextInt();
System.out.println("Contents: " + arr[1] + " " + arr[2] + " " + arr[3]);
int Sum = (1 + 2 + 3);
System.out.println("Sum: " + Sum);
}
}
Explanation:
Answer:
True is the correct answer to the above question.
Explanation:
- An application program is used for specific tasks. It is a program with some specified lines of instruction which instruct the computer to process any task.
- When a user wants to create an application program or project then he can do it with the help of four parts. which are as follows:-
- There needs some presentation which can be called as front-end, which is the graphics interface for the user of that program. It facilities the user to drag and drop options for the user of the project.
- The second thing is data storage, which is used to store the data of the project.
- The third thing is data access logic, which is used to create a logic to extract or add the data to the database.
- The fourth thing is application logic which is used to send the data or present the data to the user in front-end design.
- The above question-statement also wants to states the same which is described above. Hence true is the correct answer to the above question.
Answer:
The reciprocal is 0.4
Explanation:
To find the reciprocal of a fraction, switch the numerator and the denominator (the top and bottom of the fraction, respectively). So, simply speaking, the reciprocal of a/b is b/a. To find the reciprocal of a number, divide 1 by the number.
Example:
What is a reciprocal of 10?
The opposite of 10 is -10. The reciprocal of 10 is 110 or 0.1
The two functions does tcp/ip are:
- Reassemble data packets at the destination.
- Request servers for data the user wants.
<h3>What are the functions of TCP IP?</h3>
The role of the Transmission Control Protocol is known to be the one that helps to take in and put together the Data Packets while that of IP is to send the Data Packets to the right location or destination.
Therefore, The two functions does tcp/ip are:
- Reassemble data packets at the destination.
- Request servers for data the user wants.
Learn more about tcp/ip from
brainly.com/question/17387945
#SPJ1
Answer:
Explanation:
Question One
He could have read other sites with other points of view and summarized that. Most importantly he could have used footnotes that gave credit to every idea that he used.
He could have put the material down and begin to write. The words would have come out in his awkward style. He would still need to footnote the ideas. That is most important.
Question Two
It is both. Plagiarism is a serious crime if it involves many people being affected by what he wrote.
But it is totally unethical at any level. Trying to pass off something that isn't yours is totally unethical. It should never be done. It shames the subject which is shown to be unimportant and it shames the instructor (he knew enough to catch the plagiarism), and it shames the person getting caught.