Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- package teste;
- /**
- *
- * @author gustavo
- */
- public class Teste {
- /**
- * @param args the command line arguments
- */
- public static void main(String[] args) {
- System.out.print(( 139.70 ) - ( 10.0 * 13.97 ));
- System.out.println();
- System.out.print(Math.floor((0.1+0.7)*10));
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement