| /home/chloe/NetBeansProjects/ADSV Java/lab4_ChloeFontenot/src/main/java/com/chloefontenot/lab4_chloefontenot/Debug5.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 Debug5 { public static void main(String[] args) { System.out.println("1 + 2 is "+ (1 + 2)); } }