| /home/chloe/NetBeansProjects/ADSV Java/lab4_ChloeFontenot/src/main/java/com/chloefontenot/lab4_chloefontenot/Debug2.java |
/* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template */ package com.chloefontenot.lab4_chloefontenot; /** * * @author chloe */ public class Debug2 { public static void main(String[] args) { int i = 9; int j = (int)((5.0 / 6) * (i * 4)); System.out.println(j); } }