Answer:
import java.util.Scanner;
public class LargestSmallest {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.print("Enter 10 integers: ");
int num = in.nextInt();
int i = 1;
int min = num, max = num;
while (i < 10) {
num = in.nextInt();
if (num > max) max = num;
if (num < min) min = num;
i++;
}
System.out.println("Largest number: " + max);
System.out.println("Smallest number: " + min);
}
}
Explanation:
A Java application that inputs a series of 10 integers and determines and prints the largest and smallest integer is written above.
What is the answer choices dude
<u>Illusions in Psychology:</u>
An illusion is a mutilation of the faculties, which can uncover how the human mind typically sorts out and deciphers tangible incitement. Despite the fact that hallucinations twist our impression of the real world, they are commonly shared by a great many people.
They can happen for some reason, for example, the impact of light on an item, inadequate tangible data about an article, or mistakes in a person's handling of tactile subtleties.
Most deceptions will, in general, hoodwink the eyes, ears, and skin, while there are a few fantasies that may misshape observation because of changes in interior body structures.
The three primary sorts of dreams incorporate optical fantasies, sound-related deceptions, and material figments. Likewise, Illusions give incredible insights into how the cerebrum forms data. Deductively, they can represent an issue for experimental research as they show the manners by which even direct perception can be deluding.
The FASTEST way to transfer a good file to the computer is to use the C$ administrative share to copy the file.
<h3>What is C$ administrative share?</h3>
The c$ share is known to be a kind of an administrative share that is often known to be the cluster or SVM administrator that a person can be able to can use to be able to go through and manage the SVM root volume.
Note that The characteristics of the c$ share are the path for this kind of admin. share is known to be always the path to the SVM root volume and it is one that a person cannot modify.
Hence, based on the above, the The FASTEST way to transfer a good file to the computer is to use the C$ administrative share to copy the file.
Learn more about file share from
brainly.com/question/15267859
#SPJ1
Answer:
I don't know what that is but what type of work you need help with
have a good day :)
Explanation: