CSE1222: C++ Programming for Engineers & Scientists Summer 2017 Programming Assi
ID: 3840982 • Letter: C
Question
CSE1222: C++ Programming for Engineers & Scientists Summer 2017
Programming Assignment 1: Fix the Code
Due: Friday, May 26, 2017 by 6pm
1 Setting up the Programming Environment
Read the individual problem directions carefully before starting. Do your own work. To setup the environment, from the UNIX terminal:
1. Type mkdir hw1 This will create a new directory (folder) named hw1. Work out ofthis directory. In order to do that,
2. Type cd hw1. This changes the current working directory to the directory hw1.3. Copy the les
average.cppsin.cppaverageNoError.exesinNoError.exe
from the directory /class/cse1222/5059/hw1 by typing
cp /class/cse1222/5059/hw1/* .
Explanation / Answer
1) This has to be done in your Laptop/Desktop.
2) The files has to be copied to the newly created folder by executing the command cd hw1.
As said there, copy the files.
Please provide the files here to check for the errors in the file.