Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 313 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 313 Bytes

CSCB07 Lab 1

This is the first lab of CSCB07. In this lab, I got used to the basic functionality of Java and how to use git/github. I created a polynomial object that can add two polynomials, evaluate the value of the polynomial at certain input, and check if a given polynomial has a root at the given input.