CSIS2101_assgn11
.docx
keyboard_arrow_up
School
Nova Southeastern University *
*We aren’t endorsed by this school
Course
2101
Subject
Computer Science
Date
Jan 9, 2024
Type
docx
Pages
2
Uploaded by the831unit
Assignment 11- File Records.
Question 1: ( File Processing )
You are given an input file fn_movies.txt which has movie names streamed by your On demand cable
service and the prices of each movie. Rename it with your first name. Each movie record contains the
movie name and the respective price followed by a $ sign. Calculate and return the total price of
watching all movies in the file using a function fn_calc_stream_charges ( Use your first name ) by reading
in each line using a while loop. Call the fn_calc_stream_charges() from the main and Display the total
price of watching all the movies in the file using a meaningful sentence on the console in the main.
Name this program as fn_proc_movie.py
Question 2: ( Append a Movie Record )
Append a record at the end of the input file ( as the last record ) input file fn_movies.txt with
your
favorite movie which is not in the file and the price ( which is asked as an input ) followed by a $ sign
.
Once the new item is appended now recalculate the total price of watching all movies by importing the
fn_proc_movie.py and using the function fn_calc_stream_charges(). Display the new total price of
watching all the movies using a meaningful sentence on the console from the main of this program
which should be named as fn_append_movie.py
Question 3: ( Modify a Movie Record )
Price of one movie by Demand needs to be increased by 15%
Ask the user for the name of the movie
and the new price for the movie is updated in input file fn_movies.txt for that item. If the item is not
found user need to be informed that the item is not found in the movie file. Once the item is modified
now recalculate total price of watching all movies by importing the fn_proc_movie.py and using the
function fn_calc_stream_charges. Display the new total price of the movies using a meaningful sentence
on the console from the main of this program which should be named as fn_modify_movie.py. For
modifying the record use the method we used in class of creating a tmp file and adding the modified
record and then deleting the original input file and renaming the file.
Question 4: ( Delete a Movie Record )
Now one of the movies need to be deleted from the movie names Ask the user for name of the movie
that has to
be deleted and delete the movie from the movie names. Once the item is deleted now
recalculate total price of watching all movies by importing the fn_proc_movie.py and using the function
fn_calc_stream_charges. Display the new total price of the movies using a meaningful sentence on the
console from the main of this program which should be named as fn_delete_movie.py. For deleting the
record use the same technique as in Modify a movie record. .
Write
four individual programs
for each question respectively. All programs use the same input file
fn_movies.txt and all files modify the same file fn_movies.txt. Finally submit
ONE
zip file that contains
the
four
programs and
ONE
fn_movies
.txt
file ( which has the appended record, modified score and the
record deleted. ). Do not hard code the number of records. Program should work for any number of
records. Use firstname everywehere in place of fn.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
Print Person Information from file
In this lab you are asked to complete the function : print_person_from_file(person_name, filename). This function should
read in data from the file filename and print the information for person_name if it is found in the file.
The file filename contains lines, in comma separated format (with a 'csv' extension) For each line, the items in each field are as follows:
Field
1
3
4
Name
Place of Birth Date of Birth Children
For Children:
• a person can have 0, 1 or multiple Children
Multiple children are semi-colon separated
If a person has no children the field contains 'NA'
For example, consider the following lines froma .csv file, where Fletcher_Margaret has 3 children, and Baker_Jill has 0 children
(field 4 contains the string 'NA')
Fletcher Margaret,Sydney,30-09-1921,Green Bob;Green Nancy;William Tom
Baker_Jill, Melbourne,08-09-1973, NA
Format for Printing
If the person_name is found in the file, the format for printing the person information is as…
arrow_forward
Saving a Document as a Text File
Create a function save_document() that accepts the arguments filename and text and saves the text into the file filename. The filename should use the name of the document with ‘_edited_document’ appended to it.
For example, for the document text.doc, the save document should have the name text_edited_document.txt. The file should be saved in the folder “edits.” Assume that the folder already exists in the present working directory.
arrow_forward
Python - Next Birthdate
In this task, we will write a program that reads birthdate data from a given CSV file, and given the current date, determines which person's birthday will be celebrated next.
Create a function with the following signature:
nextBirthdate(filename, date)
filename: parameter, which represents the CSV filename.
date: parameter, which represents the current date.
The function should open the CSV file, read the birthdate data, and determine which person's birthday will be celebrated next, given the current date. The name of the person should be returned. In other words, given a date, find the person whose birthday is next.
Sample Run
birthdates.csv
Draven Brock, 01/21/1952
Easton Mclean, 09/02/1954
Destiny Pacheco, 10/10/1958
Ariella Wood, 12/20/1961
Keely Sanders, 08/03/1985
Bryan Sloan,04/06/1986
Shannon Brewer, 05/11/1986
Julianne Farrell,01/29/2000
Makhi Weeks, 03/20/2000
Lucian Fields, 08/02/2018
Function Call
nextBirthdate("birthdates.csv", "01/01/2022")
Output…
arrow_forward
Part: 1....Please answer the ques in Python with showing the code.Answeer the ques ASAP
arrow_forward
Python code
arrow_forward
Question No. 4 (Write code) For an e-Shop, there is a Customer whose data is stored in a file ‘Customers.txt’, where ID, Name, Phone, Address, Email and AmountBalance. When the customer buys a product and pays from his AmountBalance, the system checks his balance and deducts if enough amount is there. Otherwise the customer receives a message “You don’t have sufficient Balance in your wallet”.
Create a data frame named as data that has same data as ‘Customers.txt’ from Q-1.
Create csv to store the data frame from Q-4 a)
Print customer’s name from Q-4 a) data frame using label and position
Open csv from Q-4 b) and update a new record in it
Open csv from Q-4 b) and drop a record from it
arrow_forward
The seekg function parameter does not include A. positionB. offsetC. dirD. file pointer
arrow_forward
Complete the below function that takes the name of two files, inFilename and
outFilename as arguments and reads the text from the inFilename. In this file
each line contains the Turkish Republic Identity Number (TCNO), name, surname
and telephone number of a person. Your function should sort all persons
according to their TCNO, write the sorted data into outFilename. If the file
inFilename does not exist, then the function must create an empty file named
outFilename.
For example, if the function is called such as
readText("in.txt", "out.txt")
and in.txt is as follows:
===== in.txt =====
12345678904 Barış Manço 0555-999-99-66
12345678902 Ahmet Kaya 0555-999-99-88
12345678901 Burkay Genç 0555-999-99-99
12345678903 Erkin Koray 0555-999-99-77
==================
Then, the function writes the sorted information into "out.txt" as follows:
===== out.txt =====
12345678901 Burkay Genç 0555-999-99-99
12345678902 Ahmet Kaya 0555-999-99-88
12345678903 Erkin Koray 0555-999-99-77…
arrow_forward
Create the function that would allow you to add information about students (name, surname, field of study, year of study) into the file. User will specify the name of the file where data will be written.After executing the script check the content of the file.
arrow_forward
Question 55
Write a function that takes two parameters, a file name to create and an integer. The function should write all the even numbers between 0 and the integer to the file name passed in. The numbers should be all on one line of the file
For example:
write_evens("even_file.txt",20)
This should create a file called even_file.txt that contains 0 2 4 6 8 10 12 14 16 18 20
Full explain this question and text typing work only thanks
arrow_forward
Note: Write program in c language format use in program (Printf & Scanf)
arrow_forward
main() will call create() and then call retrieve()
create() will prompt the user to enter any number of course name / grade pairs and write them to a file named grades.txt. Pressing Enter with no input value on the course name will exit the loop, close the file, print "File was created and closed" and return the bool value True to the main()
retrieve() will open and read grades.txt.
The function then will print the course names and scores as shown below. The average score should be calculated as well as a simple GPA and displayed to two decimal places and then return variable used for the GPA to the main() . See sample run below in which 4 course names were entered, but note that more or fewer courses could have been entered.
Enter course name or Enter to quit: CPO1000 Enter grade (integer) achieved: 96…
arrow_forward
Coding Problem:
GetGrade.py
1 #Write a function called get_grade that will read a
2 #given .en1301 file and return the student's grade.
3 #To do this, we would recommend you first pass the
4 #filename to your previously-written reader() function,
5 #then use the list that it returns to do your
6 #calculations. You may assume the file is well-formed.
7 #
8 #A student's grade should be 100 times the sum of each
9 #individual assignment's grade divided by its total,
10 #multiplied by its weight. So, if the .cs1301 just had
11 #these two lines:
12 #
13 #1 exam 1 80 100 0.6
14 # 2 exam 2 30 50 0.4
15 #
16 #Then the result would be 72:
17 #
(Advanced) (External resourc
18 (80/100) 0.6+ (30/50) 0.4-0.72 100 - 72
19
20
21 write your function here!
22
23
24
25 #Below are some lines of code that will test your function.
26 #You can change the value of the variable(s) to test your
27 #function with different inputs.
1234
28 #
29 #If your function works correctly, this will originally
30 #print:…
arrow_forward
General Output
Find Results
6.
Filename: TriangleProblem_FamilyName
If a, b and e represcent the three sides of a triangle, then the arca of the triangle is:
A = /s + (s – a) + (s – b) * (s – c where: s = “tb+c
Also the radius of the largest inscribed circle is given by: r_insc = 4
and the radius of the smallest circumscribed circle is: r_circ =-
2.0
a•b•c
4*A
circ
_inse
Inscribed Circle
Circumscribed Circle
arrow_forward
Write a function sum_file(f) that takes a filename f. Each line in f contains asingle number. You should write to the last line in the file the sum of all thenumbers written in the file.
arrow_forward
Please create your own short dictionary.txt file to test out the functions
arrow_forward
Topics: Functions, Files Read and write, DictionarySuppose you are given an input file of a document that only contains English words, spaces, commas(always followed with one space) and periods (always followed with one space). Your task is to readthe file, count the word frequency by ignoring the letter case, output the frequently used words (i.e.,the words occurred more than once) and the most frequently used word among all of them.Lab Scenario: Count the word in a document1. The program reads from an already provided input file: “document.txt”, which containsseveral paragraphs separated by an empty line.2. You will perform the file open operation. And then perform the read operation with your choice ofread functions and read the content of the file.3. Once you are done reading, start processing the contents of the file using a dictionary where thekey would be the word in lowercase and the corresponding values would be word frequency whichwill be the number of occurrences in the…
arrow_forward
Using Jupyter Notebook
arrow_forward
Description :
The Goal: To encode text file by using the huffman code and after encode text file
decode text file to the Original Text file, Output Encoded text file and Decode text
file
Requirements:
Read Text file from user
Frequency Table for Characters
Encode Text file by using Huffman code [As teached in Section]
. Encode Table (Each Character code from Huffman Code)
Decode the Text File From user
arrow_forward
The first and second arguments of
fopen() are
O
None of the mentioned O
O
O
*
That character string containing file
pointer & the second argument is the
mode
character string containing the name
of the file & the second argument is
the mode
The character string containing the
name of the user & the second
argument is the mode
arrow_forward
Part C - advanced file reading
You will need a Python repl to solve part C.
Define a Python function named expensive_counties that has two parameters. The first parameter is a string representing the name of a text file. Each line of this text file will be a state code. The second
parameter is a string representing the name of a CSV file. The CSV file will be portion of the US government's dataset documenting median rents in each US county. Each row in the CSV file has the format:
Area Name, Efficiency, 1-Bedroom, 2-Bedroom, 3-Bedroom, 4-Bedroom, State Code
Your function will need to use the accumulator pattern to return a new list. You will need to add to this list the Area Name from every row that meets 2 criteria:
(1) The state code (the column at index 6) was a line in the text file named in the first parameter; AND
(2) The median rent on a 1-bedroom apartment (the column at index 2) is over 1000.
Important Hints:
* You will really, really want to use the built-in csv library…
arrow_forward
c program
add a report to count the total number of beaches in the file and how many are open, and how many are closed.
//include the required header file.
#include "stdio.h"
//Define the main function.
int main(void)
{
//Declare the variable.
int b_num, num_samples, num_orgs_per_100;
char c = 'a';
//Create a file pointer.
FILE *in_file;
//Open the file in read mode.
in_file = fopen("inp.txt", "r");
//Check if the file exists.
if (in_file == NULL)
printf("Error opening the file.\n");
//Read the data from the file.
else
{
//Get the beach number and number of
//samples from the file.
fscanf(in_file, "%d", &b_num);
fscanf(in_file, "%d", &num_samples);
//Check for end of file and beach
//number value and dispaly the samples.
while(!feof(in_file))
{
printf("\nb_num = %d, num_samples = %d",
b_num,num_samples);
for(int i =0;i<…
arrow_forward
Problem Statement
Given a text file of Zoom users wanting to attend a meeting, filter out a list of users with the domain name @my.fltech.com or @fltech.edu. Then print the list with names (last name, first name) of those with authenticated tech email. Print one name in each new line.
Note: the file name is not given by "input()". Instead, assume a file named "zoom_attendees.csv" is available that you need to open/use.
Sample Input: zoom_attendees.csv
Jackson,Thompson,jackson.thompson@fltech.edu Mines,mines,luke.wallace@lycos.com David,Wright,david.wright@fltech.edu Nathaniel,Butler,nathaniel.butler@aol.com
Sample Output
Thompson, Jackson Wright, David
arrow_forward
Payton
arrow_forward
program6_1.pyWrite a program that the owner of Chica Chic could use to store data about her inventory in a text file. The program should prompt her to input the name, cost price, and quantity of each item of inventory. Each of these three data has to be written to its own line in the file. The program should loop to enable any number of inventory items to be stored and end when the item name is left blank (see Sample Output. User inputs are shown in blue). The program should end by closing the file and printing a file status message.Sample OutputEnter the name of the inventory item or ENTER to quit topsEnter the cost price of this item 24.99Enter the quantity in stock of this item 10A record was written to fileEnter the name of the inventory item or ENTER to quit shortsEnter the cost price of this item 29.95Enter the quantity in stock of this item 12A record was written to fileEnter the name of the inventory item or ENTER to quit sandalsEnter the cost price of this item 19.79Enter the…
arrow_forward
Vaccine AdministrationThe program should record all vaccine administered in vaccination.txt file. The program may prompt for inputs like patient id and dose number (D1 or D2) before the vaccine is administered.
Search Patient Record and Vaccination StatusThe program should have an option to search patient record using patient id. Vaccination status of the searched patient should be displayed along with the patient record. Vaccination status that can be used in your program .
4. Statistical Information on Patients VaccinatedThe program should have option to print the total number of patients vaccinated by each VC. These numbers should be broken down into people who are waiting for dose 2 and people who have completed vaccination.
arrow_forward
LAB ASSIGNMENTS, CONT.
2) Write a program called data_collection.py
to accept input from the user and create
a .csv file that holds the name, email, and
phone number for each contact.
COMMAND MENU
view - View contact file
add - Add contact to the file
exit - Exit program
Command: view
Name
Email
Phone
The add function collects data for one person
at a time in this format: name,email,phone.
Then it writes the data to a .csv file
Command: add
Enter a contact in this format: name,email,phone: Mickey Mouse,mmouse@gmail.com,123-456-7890
Command: add
Enter a contact in this format: name,email,phone: Donald Duck,dduck@gmail.com,456-789-0123
08
Command: add
Enter a contact in this format: name,email,phone: Road Runner,rrunner@gmail.com,789-012-3456
The view function reads from the .csv file
and displays the data in columns, with
appropriate headings.
Command: view
Name
Email
Phone
Mickey Mouse
mmouse@gmail.com
123-456-7890
Donald Duck
dduck@gmail.com
rrunner@gmail.com
456-789-0123
Road Runner…
arrow_forward
Instructions
Write a program to implement the algorithm that you designed in
Exercise 20 of Chapter 1. (Assume that the account balance is
stored in the file Ch4_Ex15_Data.txt.)
Instructions to Exercise 20 of Chapter 1 have been posted below
for your convenience.
arrow_forward
Question
The Gregorian calendar is commonly used to mark the passing of time, however, it is not the only possibility. The World calendar is one alternative.
Features of the World calendar are as follow:
There are 12 months: January, February, March, April, May, June, July, August, September, October, November, December.
January, April, July and October have 31 days, all the rest have 30 days.
There are 7 days in every week: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday.
A date always occurs on the same day of the week regardless of year.
The year starts on Sunday 1st January.
The last day of the year is World day. It occurs between December of the current year and January of the following year.
Every leap year, a Leapyear day occurs between June and July.
(A leap year is a year that is divisible by 4 and not 100, unless it is divisible by 400.)
Example World calendar dates: 1st January 2023, World day 2022, 23rd March 1919, Leapyear day 2024.
A date can expressed as a…
arrow_forward
please code in pythonredact_file: This function takes a string filename. It writes a new file that has the same contentsas the argument, except that all of the phone numbers are redacted. Assume that the filename has onlyone period in it. The new filename is the same as the original with '_redacted' added before theperiod. For instance, if the input filename were 'myfile.txt', the output filename would be'myfile_redacted.txt'. Make sure you close your output file.The first hard task in this function is to make the output filename from the input filename that waspassed in. You can break it into two pieces by splitting on the dot or by using the index method andslicing. Then put it back together again using string concatenation.We are also working with files in this one. To open a file with a filename stored in the variable fname,in read mode use the open function as such: fp = open(fname). You will need to open the outputfile in write mode: open(fname, 'w'). Then you can traverse the…
arrow_forward
a,b,c,d,e,f,g CRLF
"""x+1""",x+2,123,"",",>
,",x,y,z CRLF
1,2,3,4,5,"6 CRLF
",7
If this file contains no errors, create a table to show its contents. If this file contains errors, identify what those errors are. Please note that CRLF indicates a line break which is
consistent with documentation from IETF RFC 4180.
arrow_forward
How to fix my error?
assignment question
This program will have three functions, the main() create() and retrieve().
main() will call create() and then call retrieve()
create() will prompt the user to enter any number of course name / grade pairs and write them to a file named grades.txt. Pressing Enter with no input value on the course name will exit the loop, close the file, print "File was created and closed" and return the bool value True to the main()
retrieve() will open and read grades.txt. The function then will print the course names and scores as shown below. The average score should be calculated as well as a simple GPA and displayed to two decimal places and then return variable used for the GPA to the main() . See sample run below in which 4 course names were entered, but note that more or fewer courses could have been entered.
Tip: Simple GPA, In its easiest form, an A=4, B=3, C=2, D=1, F=0. For each class you have, you assign the correct number to the letter grade,…
arrow_forward
Two of the menu options (#2 and #3) are unfinished, and you need to complete the code necessary to write to and read from a binary file. You will need to read through the code to find the functions that are called by these options, and then supply the missing code. Please help me get menu 2 and 3 to display properly.the .cpp and .h have the information:.cpp file:
// Corporate Sales Data Outputusing namespace std;
#include <iostream>#include <fstream>#include <stdlib.h>#include "HeaderClassActivity1.h"
int main() { Sales qtrSales[NUM_QTRS]; while (true) { cout << "Select an option: " << endl; cout << "1. Input data" << endl; cout << "2. Write data to file" << endl; cout << "3. Read data from file" << endl; cout << "4. Display sales" << endl; cout << "99. End program" << endl; int menuItem; cin >> menuItem;
if (menuItem ==…
arrow_forward
C Program(this is not graded)
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr
Related Questions
- Print Person Information from file In this lab you are asked to complete the function : print_person_from_file(person_name, filename). This function should read in data from the file filename and print the information for person_name if it is found in the file. The file filename contains lines, in comma separated format (with a 'csv' extension) For each line, the items in each field are as follows: Field 1 3 4 Name Place of Birth Date of Birth Children For Children: • a person can have 0, 1 or multiple Children Multiple children are semi-colon separated If a person has no children the field contains 'NA' For example, consider the following lines froma .csv file, where Fletcher_Margaret has 3 children, and Baker_Jill has 0 children (field 4 contains the string 'NA') Fletcher Margaret,Sydney,30-09-1921,Green Bob;Green Nancy;William Tom Baker_Jill, Melbourne,08-09-1973, NA Format for Printing If the person_name is found in the file, the format for printing the person information is as…arrow_forwardSaving a Document as a Text File Create a function save_document() that accepts the arguments filename and text and saves the text into the file filename. The filename should use the name of the document with ‘_edited_document’ appended to it. For example, for the document text.doc, the save document should have the name text_edited_document.txt. The file should be saved in the folder “edits.” Assume that the folder already exists in the present working directory.arrow_forwardPython - Next Birthdate In this task, we will write a program that reads birthdate data from a given CSV file, and given the current date, determines which person's birthday will be celebrated next. Create a function with the following signature: nextBirthdate(filename, date) filename: parameter, which represents the CSV filename. date: parameter, which represents the current date. The function should open the CSV file, read the birthdate data, and determine which person's birthday will be celebrated next, given the current date. The name of the person should be returned. In other words, given a date, find the person whose birthday is next. Sample Run birthdates.csv Draven Brock, 01/21/1952 Easton Mclean, 09/02/1954 Destiny Pacheco, 10/10/1958 Ariella Wood, 12/20/1961 Keely Sanders, 08/03/1985 Bryan Sloan,04/06/1986 Shannon Brewer, 05/11/1986 Julianne Farrell,01/29/2000 Makhi Weeks, 03/20/2000 Lucian Fields, 08/02/2018 Function Call nextBirthdate("birthdates.csv", "01/01/2022") Output…arrow_forward
- Part: 1....Please answer the ques in Python with showing the code.Answeer the ques ASAParrow_forwardPython codearrow_forwardQuestion No. 4 (Write code) For an e-Shop, there is a Customer whose data is stored in a file ‘Customers.txt’, where ID, Name, Phone, Address, Email and AmountBalance. When the customer buys a product and pays from his AmountBalance, the system checks his balance and deducts if enough amount is there. Otherwise the customer receives a message “You don’t have sufficient Balance in your wallet”. Create a data frame named as data that has same data as ‘Customers.txt’ from Q-1. Create csv to store the data frame from Q-4 a) Print customer’s name from Q-4 a) data frame using label and position Open csv from Q-4 b) and update a new record in it Open csv from Q-4 b) and drop a record from itarrow_forward
- The seekg function parameter does not include A. positionB. offsetC. dirD. file pointerarrow_forwardComplete the below function that takes the name of two files, inFilename and outFilename as arguments and reads the text from the inFilename. In this file each line contains the Turkish Republic Identity Number (TCNO), name, surname and telephone number of a person. Your function should sort all persons according to their TCNO, write the sorted data into outFilename. If the file inFilename does not exist, then the function must create an empty file named outFilename. For example, if the function is called such as readText("in.txt", "out.txt") and in.txt is as follows: ===== in.txt ===== 12345678904 Barış Manço 0555-999-99-66 12345678902 Ahmet Kaya 0555-999-99-88 12345678901 Burkay Genç 0555-999-99-99 12345678903 Erkin Koray 0555-999-99-77 ================== Then, the function writes the sorted information into "out.txt" as follows: ===== out.txt ===== 12345678901 Burkay Genç 0555-999-99-99 12345678902 Ahmet Kaya 0555-999-99-88 12345678903 Erkin Koray 0555-999-99-77…arrow_forwardCreate the function that would allow you to add information about students (name, surname, field of study, year of study) into the file. User will specify the name of the file where data will be written.After executing the script check the content of the file.arrow_forward
- Question 55 Write a function that takes two parameters, a file name to create and an integer. The function should write all the even numbers between 0 and the integer to the file name passed in. The numbers should be all on one line of the file For example: write_evens("even_file.txt",20) This should create a file called even_file.txt that contains 0 2 4 6 8 10 12 14 16 18 20 Full explain this question and text typing work only thanksarrow_forwardNote: Write program in c language format use in program (Printf & Scanf)arrow_forwardmain() will call create() and then call retrieve() create() will prompt the user to enter any number of course name / grade pairs and write them to a file named grades.txt. Pressing Enter with no input value on the course name will exit the loop, close the file, print "File was created and closed" and return the bool value True to the main() retrieve() will open and read grades.txt. The function then will print the course names and scores as shown below. The average score should be calculated as well as a simple GPA and displayed to two decimal places and then return variable used for the GPA to the main() . See sample run below in which 4 course names were entered, but note that more or fewer courses could have been entered. Enter course name or Enter to quit: CPO1000 Enter grade (integer) achieved: 96…arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- C++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology Ptr
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr