Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment 1 - File Input / Output and Data processing The Assignment exercise, including descriptions, images and files, is copyrighted. Any copying, reproduction, sharing of

Assignment 1- File Input/Output and Data processing
The Assignment exercise, including descriptions, images and files, is copyrighted. Any copying, reproduction, sharing of this content by any means is prohibited without explicit consent from the instructor of this course.
Due Date: Friday February 16th,2023 at 23:55
Percentage overall grade: 5%
Penalties: No late assignments allowed
Maximum Marks: 100
Goal: refresher of Python and hands-on experience with file input/output, string manipulation and dictionaries.
Read the whole document before starting to solve the Assignment problem.
Follow the Software Quality Requirements
Assignment Specifications
Problem: Haggling Electronics
Haggling Electronics is a new store that just opened where customers can haggle to get the best deal possible for each item they buy.
The owner of the store, which just opened this year, heard you are taking a course on foundations in computing, and asks you to assist with some inquiries they have.
The store sells electronics and they have the list of all items they sell in a file called transactions_Products.csv where each line in the file consists of product ID, name of the product and price per unit in dollars separated by a comma. The first line of this file is the header of the three columns mentioned above respectively. Here is a sample from the file:
transactions_Products.csv
Product_ID,Product_Name,Price

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Oracle APEX 5 Application Development

Authors: Edward Sciore

2nd Edition

1484209893, 9781484209899

Students also viewed these Databases questions