Posts by Daniel Olegário • 5 points
1 post
-
-3
votes2
answers98
viewsQ: how to leave the result 93.1
When rotating the following code: package Aula_4; import java.util.Scanner; public class Exercício_3 { public static void main(String[] args) { Scanner entrada = new Scanner(System.in); float…