ENGR 2304/COSC 1336 Video Index

Chapter 1  Chapter 2  

Chapter 1: NEW! Updated to use NetBeans

            (Note: Use right click and "Save Target as ..." to save file to 
            local computer, then view.)

            1 - Introduction to NetBeans
            2 - Creating a Project
            3 - Creating a Java Application
            4 - Adding Program Statements
            5 - Creating A Compile-Run Configuration
            6 - Compiling and Executing an Application
            7 - Saving a Copy of an Application Source File
           

Chapter 2 (Note - Videos are being updated to use NetBeans.)

    Help with Assignment 2 - CircleArea (Updated for NetBeans)
        1 - Introduction
        2 - Declaring Variables
        3 - Assigning Values to Variables
        4 - Processing Data
        5 - Outputting the Result
        6 - Compiling and Executing

   Debugging a Program Click Here

    Help with Assignment 3 - Average3Nums (Updated for NetBeans)
        1 - Introduction
        2 - Reusing Code
        3 - Modifying the Inputs
        4 - Modifying the Process
        5 - Modifying the Output
        6 - Testing the Application
        7 - Exploring Mixed Mode Arithmetic

    Help with Assignment 3 - ConvertSeconds (Updated for NetBeans)
        Discussion Text
        1 - Basic Concepts of Integer Division and Modulo
        2 - Applying the Concepts to Converting Seconds
        3 - Examining the Convert Seconds Program
        4 - Examining the Convert Cents Program
        5 - Using the 'debug' Feature of NetBeans