+1 (218) 451-4151
glass
pen
clip
papers
heaphones

1. Write a pseudocode description of a method for finding the smallest and largest numbers in an…

1. Write a pseudocode description of a method for finding the smallest and largest numbers in an…

1. Write a pseudocode description of a method for finding the smallest and largest numbers in an array of integers and compare that to a Java method that would do the same thing.2. Write a short program that takes as input three integers, a, b, and c, from the Java console and determines if they can be used in a correct arithmetic formula (in the given order), like “a+b = c,” “a = b−c,” or “a ∗ b = c.”