Your programming project will be a simple…solution

$14.99

Original Work ?
Category: You will Instantly receive a download link for .ZIP solution file upon Payment

Description

5/5 - (1 vote)

Your programming project will be a simple, working program, using a scripting language of your choice, which utilizes a good design process and includes:

·         Sequential, selection, and repetitive programming statements as well as,

·         At least one function call.

You will design (based on your pseudo code in your Project 1), create, debug and execute the program. I have attched a copy of my psuedo code from project one to this question.

Documentation within the program should include:

·             Your Name

·              Course

·              Program Name

·             Due Date

·             Programming Language Used

·            List any requirements/steps to run the program:

·            Purpose

 Additionally add in comments to the code to describe what is happening 

Example:

  ##########################################################################

    #   Author: 

    #   Course:  CMST290, Semester-OL# (e.g. CMST 290, Spring 2025)

    # 

    #

    #  Program Name: 

    # Due Date: 

    #

    # Programming Language Used:  Python 3

    #

    #  List any requirements to run the program:

    #  Purpose:

 

    ##########################################################################
·         Your program must be submitted as an executable file. If you write the program in Python, you will be submitting Python(.py) file. If you are using, other programming/scripting language, you need to submit executable file accordingly (.js for Javascript, .cfml for Coldusion, etc..).  It must be named as:FirstName_LastName_Project3.py (for Python). Example: Joe_Smith_Project3.py