FloridaTech - College of Engineering
CSE1001 - LABORATORY

Author: Jamal Faik

Lab Assignment 8: Types

In this lab, you'll have to implement a type TIME and its associated routines.

You'll also implement,as a take_home problem, a type VERY_LONG_INTEGER.

Take-Home Problem : Very_Long Integers

In this problem, you are to implement a type VERY_LONG_INTEGER(VLI) as its associated routines. A VLI is a 1000-digit number, the leftmost position serve for sign (0 if the number positive and 1 if negative). You will use strings to implement the type VLI. You also need to write the following subprograms :