Posts by Fl3tcher • 11 points
2 posts
- 
		-1 votes1 answer127 viewsQ: Move the highest value of an Array to the end of it.I need to create a method that takes the highest value of an Array and passes it to the end of that Array, so that the array is ordered, without losing any value. I tried several ways and I still… 
- 
		-4 votes1 answer72 viewsQ: What’s the mistake in that code?I did not understand what the error of the code. import java.util.Scanner; public class Questao4 { public static void main (String[] args){ Scanner scanner = new Scanner(System.in); double Altura,…