Programming

Programming Team Members

What We're Working On

We're working with our Building crew to get all ready for the upcoming competitions!


FIRST Tech Challenge is based upon java, a common programming language. Teams are provided with the OnBot blocks program to help students learn program, and OnBot Java to help the transition from blocks style programming to text programming. 

public class HelloFTC {

    /**

     * Java4Life >:] 

     */

    public static void main(String[] args) {

        System.out.println("HelloFTC");

    }

}

Engineering Design Process

It's especially important to us to always be using the engineering design process to plan our programs out so that we can program efficiently once we are able to meet in person.