Answer:
import java.io.*;
public class Larger {
public static void main(String[] args) throws IOException{
BufferedReader br=new BufferedReader(new InputStreamReader(System.in));// reading input from buffered reader
int a,max=-99999,i;
for(i=1;i<=5;i++)
{
a=Integer.parseInt(br.readLine());//converting string input string to int
if(a >max)
max=a;
}
System.out.println("Maximum value : "+max);
}
Explanation:
Answer:
Argument
Explanation:
<u>Argument</u> - A set of connected ideas, supported by examples, made by a writer to prove or disprove a point.
Answer:
Sequentially pre-numbered forms are an example of a(n):
c. Input control.
Explanation:
- Such a type of control in which keep updating data on the basis of monitoring of data is known as Processing Control. Data matching is an example of processing control.
- Data Transmission Control is such a control in which transmission of data is done. Parity check is an example of data transmission control.
- Input Control is such type of control in which user can perform different tasks like adding text. Sequentially pre-numberered forms and turn around documents are an example of an input control.
- Examples of Data entry control include batch total and validity check.
Answer:
it's D. B and C are correct.
Explanation:
The options are:
A. Skip the Spell Checker.
B. Right-click the noun and choose to Ignore All.
C. Right-click and Add to the dictionary.
D. B and C are correct.
You can either right-click the noun and choose to Ignore all. or you can Right-click and add to the dictionary. And this is because you are correct this time, as a proper noun can have misspelled type of spelling. And this is because it is some other language word, and that's why.