/home/chloe/NetBeansProjects/ADSV Java/lab4_ChloeFontenot/src/main/java/com/chloefontenot/lab4_chloefontenot/Debug1.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 Debug1 {
    public static void main(String[] args)
    {
        int i = 1;
        int j = i * i * i;
        System.out.println( j );
    }
}