Skip to content

jamessch16/CMPUT291_Assignment3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CMPUT 291 Assignment 3

SQL code was modified from CMPUT 291 Assignment 2 v3 solutions. The Python framework was written by group members.

Github repo: https://github.com/jamessch16/CMPUT291_Assignment3

Group Members:
    Name - James Schaefer-Pham
    CCID - jschaefe

    Name - Aniket Mishra
    CCID - mishra2

Files:
a3.py
README.txt

Instructions:
To use this program, a database "A3.db" must be in the current directory. The
database must have the specifications outlined in the assignment. Use the command 
"python3 a3.py" to launch the program.

In the main menu, the user is prompted by the application to input a menu option.
Each option number corresponds to a task number in the assignment page. When the
user enters a task number, they will be prompted to give input for the task to
handle. When a task is completed, they will be taken back to the main menu.
Inputting 5 in the main menu closes the application.

Task 1 requires the user to input the name of an area in the database
Task 2 requires the user to input an email linked to a person in the database
Task 3 requires the user to input a non-negative float
Task 4 requires the user to input a non-negative float, followed by another
    float value greater than or equal to the previous value.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages