Posts by Luiz Felipe Zimbrão • 25 points
2 posts
-
1
votes2
answers188
viewsQ: Calculator in Java
Everything was going well until the part where the result should appear. public static void main( String[] args) { Scanner in = new Scanner(System.in); int num1,num2,resul; String sinal;…
-
1
votes3
answers1665
viewsQ: Doubt in percentage in C
The user has to give a value that would be the price of the product and a value that would be the discount When it comes to giving the ultimate value I can’t I’ve tried some things #include…
casked Luiz Felipe Zimbrão 25