import java.util.Scanner;
public class JavaApplication57 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter two numbers:");
int num1 = scan.nextInt();
int num2 = scan.nextInt();
while (num1 <= num2){
if (num1 %2 == 0){
System.out.print(num1+" ");
}
num1+=1;
}
}
}
I hope this helps!
All it does it let you browse the internet, but whatever you look up, it isn't put on your browser history.
Answer:
Data type in Microsoft Access Database
Text
Memo
Byte
Integer
Long
Single
Double
Currency
AutoNumber
Date/Time
Yes/No
Ole Object
Hyperlink
Lookup Wizard
Explanation:
A spreadsheet is a software application which is used to display numerical data in a tabular form. It has <em>further functions</em> which includes organizing, displaying, calculating data, etc where the data can be viewed at a glance and retrieved from memory.
There are <em>different types</em> of spreadsheet which includes:
- <u>G00gle Sheet</u>
- <u>Microsoft Excel</u>
- <u>LibreOffice</u>
- <u>Smartsheet,</u> etc.
Data can be arranged in rows and columns.
Please note that your question is incomplete so I gave you a general overview to help you get a better understanding of the concept.
Read more here:
brainly.com/question/22101774