Linux HW 2.1

<[Spring 2018]>

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

IFT 250: Shell & Script Programming with Unix

Lab Activity 2C: Basic Compilation

Learnings

· Basic UNIX commands

Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper

· The Nano editor

· Compiling and running a C++ program

Part I: Getting to know Nano

Complete each step listed below and give the command you used to accomplish it.

1. Change your current working directory to the IFT250 directory

1. Using the Nano editor, create a file named first

2. Now in the file first, type the following on separate lines:

your first name, your last name, and your major.

3. Using the commands listed at the bottom of the screen, save what you have written

4. Once you have saved your work, exit the Nano editor.

5. Ensure that the file first exists and contains the content that you just typed.

Part II: Hello World!

Complete each step listed below and give the command you used to accomplish it.

1. If you are not already in the IFT250 directory, move there now.

2. Create a new file in the Nano editor named hello.cpp

3. Enter the following lines in the hello.cpp file:

//****************************************************
//
// your_name
// IFT250 Spring 2018
// Class Assignment 1
// File: hello.cpp
// Discription: print a message to standard output
// Compile: g++ -o hello hello.cpp
//
//****************************************************
#include
using namespace std;
int main() {

cout << "Hello World!\n";

return 0;
}

1. Save the file as before and exit the Nano editor.

You have just created a C++ source file. While it is a valid program, it cannot be executed directly. First you must compile it into an executable program.

2. Compile the hello.cpp file into an executable file named hello using the command: g++ -o hello hello.cpp

3. Run the file using the command: ./hello

4. Take some to experiment with the program. Try figuring out what each line does, and even try to make the program output something different. Just remember to compile the program after you make changes.

Submissions

Once you’ve completed all the activities, perform the following steps for submission:

1. Ensure that all your answers as well as the files you created in this lab are correct and complete.

Page | 4

F gge0006x
D 12-30-2006
T 14:05:23
S a69
B 15.4
M gge06001
P 30.8
Q 19.2
R 1006.2
U 1012.7
X 36.2
A 38.994 0 0
G 107.71 0 0
H 8.411
O 37.084
C 7.537
K 28.198
W 212.52
L 68.1
I 8.411255 1.098633E-02
I 8.411255 0.166626
I 8.409424 0.3186035
I 8.408813 0.4650879
I 8.404541 0.6152344
I 8.407593 0.7635498
I 8.408813 0.9136963
I 8.407593 1.060181
I 8.408203 1.206665
I 8.408203 1.378784
I 8.405762 1.534424
I 8.405762 1.680908
I 8.406982 1.827393
I 8.405762 1.975708
I 8.404541 2.124023
I 8.40332 2.276001
I 8.40332 2.422485
I 8.405762 2.56897
I 8.40332 2.724609
I 8.405762 2.872925
I 8.400879 3.019409
I 8.4021 3.184204
I 8.397217 3.341675
I 8.397827 3.48999
I 8.401489 3.649292
I 8.400269 3.810425
I 8.4021 3.969727
I 8.40271 4.123535
I 8.395386 4.281006
I 8.395386 4.432983
I 8.395386 4.584961
I 8.394775 4.740601
I 8.392334 4.894409
I 8.393555 5.046387
I 8.394165 5.203857
I 8.392334 5.355835
I 8.393555 5.511475
I 8.390503 5.668945
I 8.388672 5.828247
I 8.38562 5.978394
I 8.388062 6.135864
I 8.391113 6.287842
I 8.38562 6.437988
I 8.382568 6.588135
I 8.383179 6.747437
I 8.383789 6.893921
I 8.381958 7.067871
I 8.380127 7.223511
I 8.378906 7.369995
I 8.378296 7.520142
I 8.374634 7.668457
I 8.371582 7.814941
I 8.370361 7.977905
I 8.372192 8.131714
I 8.370972 8.280029
I 8.369751 8.428345
I 8.365479 8.583984
I 8.366089 8.7323
I 8.364258 8.884277
I 8.366699 9.038086
I 8.364258 9.195557
I 8.357544 9.353027
I 8.359375 9.501343
I 8.355713 9.649658
I 8.353882 9.796143
I 8.356934 9.942627
I 8.353271 10.1001
I 8.354492 10.25024
I 8.35083 10.40039
I 8.352051 10.56152
I 8.35144 10.70984
I 8.35144 10.86548
I 8.35083 11.01196
I 8.348999 11.15845
I 8.35022 11.32507
I 8.348389 11.47522
I 8.349609 11.62537
I 8.348999 11.78467
I 8.346558 11.93665
I 8.345947 12.08313
I 8.346558 12.23145
I 8.345337 12.37793
I 8.346558 12.52808
I 8.345337 12.67456
I 8.343506 12.82104
I 8.344116 12.97852
I 8.341064 13.12866
I 8.345947 13.28796
I 8.343506 13.4436
I 8.342896 13.59741
I 8.341675 13.75671
I 8.344116 13.91602
I 8.336792 14.07715
I 8.338623 14.23828
I 8.338013 14.39575
I 8.334351 14.54956
I 8.33374 14.70337
I 8.334961 14.85535
I 8.334961 15.01648
I 8.33313 15.17212
I 8.331299 15.32959
I 8.329468 15.48706
I 8.328857 15.63354
I 8.324585 15.78003
I 8.323364 15.93018
I 8.324585 16.08765
I 8.322144 16.23779
I 8.323364 16.38977
I 8.319092 16.55457
I 8.314209 16.70105
I 8.31543 16.84753
I 8.310547 16.99585
I 8.308105 17.14233
I 8.309937 17.30347
I 8.308105 17.45361
I 8.305664 17.60193
I 8.304443 17.75574
I 8.302612 17.92236
I 8.299561 18.078
I 8.294067 18.22998
I 8.294678 18.38013
I 8.294678 18.52661
I 8.295898 18.6731
I 8.287964 18.83057
I 8.284302 18.97705
I 8.283691 19.13452
I 8.280029 19.29016
I 8.276978 19.43848
I 8.272095 19.58862
I 8.271484 19.75708
I 8.267212 19.91272
I 8.265991 20.06836
I 8.258667 20.22949
I 8.255005 20.38147
I 8.248901 20.53711
I 8.250122 20.69275
I 8.24585 20.84656
I 8.240356 20.9967
I 8.237915 21.16882
I 8.234253 21.33545
I 8.22998 21.48376
I 8.222046 21.6394
I 8.218994 21.78772
I 8.215332 21.93787
I 8.206787 22.08435
I 8.198242 22.23816
I 8.19458 22.40479
I 8.189697 22.56958
I 8.180542 22.7179
I 8.171997 22.88818
I 8.168945 23.0365
I 8.15979 23.18481
I 8.153687 23.33313
I 8.144531 23.48145
I 8.143311 23.63342
I 8.131104 23.7854
I 8.122559 23.93372
I 8.114014 24.09302
I 8.100586 24.245
I 8.095703 24.39148
I 8.080444 24.54712
I 8.067017 24.6936
I 8.059082 24.84009
I 8.042603 25.00305
I 8.027344 25.15137
I 8.014526 25.30518
I 8.005981 25.45166
I 7.984009 25.59998
I 7.970581 25.76294
I 7.954102 25.90942
I 7.938232 26.05591
I 7.91687 26.20605
I 7.89856 26.3562
I 7.874756 26.50452
I 7.852173 26.66931
I 7.827148 26.8158
I 7.798462 26.97693
I 7.774658 27.13257
I 7.745361 27.28271
I 7.718506 27.4292
I 7.684937 27.58484
I 7.646484 27.73682
I 7.615967 27.89063
I 7.576294 28.0426
I 7.536621 28.19824
I 7.492065 28.35571
I 7.44873 28.50586
I 7.402344 28.65234
I 7.354736 28.80798
I 7.307739 28.96912
I 7.246094 29.1156
I 7.196655 29.26208
I 7.13562 29.4104
I 7.073364 29.56787
I 7.015381 29.71619
I 6.94519 29.86267
I 6.878052 30.01465
I 6.80603 30.16479
I 6.730957 30.31128
I 6.652832 30.45959
I 6.574097 30.6189
I 6.486816 30.77087
I 6.38916 30.93201
I 6.297607 31.08032
I 6.199341 31.2323
I 6.097412 31.39343
I 5.98999 31.53992
I 5.892334 31.68823
I 5.788574 31.84204
I 5.669556 31.98853
I 5.55542 32.14966
I 5.419312 32.29614
I 5.315552 32.44446
I 5.181885 32.60376
I 5.049438 32.75024
I 4.923096 32.89673
I 4.788818 33.04321
I 4.644775 33.20251
I 4.498901 33.349
I 4.35791 33.50647
I 4.207153 33.67126
I 4.02832 33.82324
I 3.879395 33.96973
I 3.721924 34.11621
I 3.567505 34.26453
I 3.405151 34.4165
I 3.219604 34.57031
I 3.05481 34.72229
I 2.887573 34.87061
I 2.709351 35.01892
I 2.530518 35.16541
I 2.346802 35.31372
I 2.166138 35.46021
I 1.981812 35.61035
I 1.799316 35.75684
I 1.603394 35.90332
I 1.419678 36.0498
I 1.207886 36.19812
I 1.015015 36.3501
I 0.8111572 36.49658
I 0.6121826 36.64307
I 0.401001 36.78955
I 0.1837158 36.93787
I 1.220703E-03 37.08435
E

F gge0006y
D 12-30-2006
T 14:05:55
S a69
B 15.3
M gge06001
P 30.6
Q 21.1
R 1006.6
U 1014.6
X 36.1
A 38.994 0 0
G 107.71 0 0
H 8.433
O 36.705
C 7.621
K 27.623
W 210.51
L 68
I 8.433228 1.281738E-02
I 8.431396 0.166626
I 8.433228 0.3149414
I 8.427734 0.4742432
I 8.432617 0.6225586
I 8.430176 0.7672119
I 8.432617 0.9191895
I 8.429565 1.067505
I 8.430176 1.212158
I 8.430176 1.358643
I 8.432007 1.506958
I 8.427124 1.651611
I 8.430786 1.801758
I 8.430786 1.955566
I 8.423462 2.111206
I 8.426514 2.25769
I 8.428955 2.402344
I 8.427124 2.565308
I 8.428345 2.709961
I 8.427124 2.874756
I 8.424072 3.019409
I 8.427734 3.164063
I 8.425293 3.308716
I 8.421631 3.453369
I 8.422241 3.598022
I 8.423462 3.744507
I 8.422241 3.900146
I 8.42041 4.052124
I 8.421021 4.196777
I 8.418579 4.350586
I 8.415527 4.49707
I 8.417358 4.641724
I 8.418579 4.799194
I 8.413696 4.94751
I 8.416748 5.092163
I 8.414917 5.240479
I 8.416138 5.39978
I 8.414307 5.55542
I 8.413696 5.701904
I 8.408813 5.855713
I 8.410645 6.004028
I 8.408813 6.156006
I 8.406982 6.311646
I 8.405762 6.467285
I 8.405151 6.621094
I 8.40271 6.774902
I 8.40332 6.928711
I 8.400269 7.084351
I 8.400879 7.236328
I 8.396606 7.386475
I 8.400269 7.538452
I 8.396606 7.688599
I 8.395386 7.8479
I 8.392944 8.014526
I 8.392334 8.162842
I 8.389282 8.311157
I 8.390503 8.470459
I 8.387451 8.631592
I 8.387451 8.776245
I 8.381958 8.924561
I 8.383179 9.071045
I 8.383179 9.228516
I 8.381958 9.373169
I 8.382568 9.523315
I 8.382568 9.677124
I 8.380127 9.827271
I 8.381348 9.992065
I 8.382568 10.14038
I 8.378906 10.29785
I 8.378296 10.45532
I 8.380127 10.60547
I 8.377686 10.75012
I 8.375854 10.90759
I 8.376465 11.05591
I 8.377075 11.20605
I 8.374634 11.35254
I 8.375244 11.51184
I 8.375854 11.66565
I 8.376465 11.82129
I 8.370972 11.97327
I 8.372803 12.11792
I 8.370361 12.26257
I 8.372803 12.40723
I 8.372803 12.55554
I 8.371582 12.70569
I 8.36731 12.85034
I 8.369751 13.00964
I 8.369751 13.16345
I 8.36792 13.3136
I 8.36792 13.45825
I 8.366089 13.60657
I 8.363647 13.75671
I 8.363037 13.90137
I 8.363037 14.04785
I 8.363037 14.198
I 8.363647 14.34265
I 8.355103 14.4928
I 8.361816 14.63745
I 8.357544 14.78943
I 8.355713 14.93958
I 8.355713 15.08606
I 8.354492 15.24353
I 8.349609 15.39917
I 8.35144 15.54565
I 8.348389 15.69946
I 8.346558 15.8551
I 8.344116 16.00525
I 8.344116 16.16272
I 8.342896 16.30737
I 8.339844 16.46484
I 8.341064 16.61316
I 8.338623 16.76331
I 8.331299 16.90979
I 8.330688 17.05444
I 8.331299 17.1991
I 8.331299 17.36023
I 8.325195 17.50671
I 8.328857 17.66785
I 8.31604 17.81616
I 8.320313 17.96265
I 8.322144 18.1073
I 8.314819 18.26111
I 8.313599 18.40576
I 8.308716 18.55225
I 8.308716 18.70239
I 8.305664 18.85437
I 8.302002 18.99902
I 8.297729 19.14734
I 8.296509 19.29749
I 8.294067 19.45862
I 8.292236 19.60327
I 8.290405 19.75342
I 8.287964 19.8999
I 8.279419 20.05554
I 8.278809 20.21118
I 8.274536 20.35583
I 8.267212 20.50232
I 8.262329 20.6488
I 8.26355 20.79529
I 8.253174 20.9491
I 8.252563 21.09375
I 8.24707 21.24207
I 8.242798 21.39404
I 8.237305 21.54785
I 8.230591 21.71082
I 8.226929 21.86829
I 8.223877 22.01843
I 8.215942 22.17957
I 8.206177 22.33154
I 8.200073 22.48535
I 8.192139 22.6355
I 8.187256 22.78564
I 8.180542 22.94128
I 8.174438 23.0896
I 8.162842 23.23608
I 8.158569 23.3844
I 8.145752 23.5437
I 8.137817 23.69202
I 8.129272 23.83667
I 8.116455 23.98315
I 8.110352 24.13147
I 8.095703 24.27795
I 8.087158 24.42627
I 8.074951 24.57642
I 8.058472 24.73389
I 8.043823 24.9115
I 8.028564 25.06531
I 8.015137 25.21912
I 7.998047 25.37109
I 7.980347 25.51941
I 7.962036 25.67139
I 7.946777 25.82886
I 7.924805 25.98267
I 7.900391 26.13098
I 7.879028 26.28113
I 7.860107 26.42578
I 7.8302 26.57043
I 7.803955 26.71509
I 7.784424 26.8634
I 7.754517 27.02087
I 7.721558 27.16553
I 7.684937 27.31201
I 7.651367 27.46765
I 7.62085 27.62329
I 7.578125 27.76794
I 7.539063 27.91626
I 7.496338 28.06091
I 7.454834 28.21106
I 7.41272 28.35571
I 7.36084 28.50952
I 7.30896 28.65601
I 7.260132 28.80066
I 7.206421 28.95264
I 7.143555 29.11926
I 7.075195 29.26575
I 7.015991 29.41406
I 6.950684 29.56238
I 6.881714 29.70703
I 6.808472 29.85168
I 6.737061 30
I 6.657104 30.14832
I 6.578979 30.29663
I 6.491699 30.44495
I 6.412354 30.5896
I 6.32019 30.73975
I 6.228638 30.88623
I 6.126099 31.03271
I 6.031494 31.18835
I 5.923462 31.3385
I 5.81665 31.48315
I 5.71106 31.62964
I 5.606079 31.78162
I 5.484009 31.9281
I 5.38208 32.07642
I 5.241699 32.22473
I 5.117798 32.37488
I 4.990234 32.52319
I 4.852905 32.67517
I 4.716797 32.82715
I 4.586182 32.97363
I 4.451904 33.11829
I 4.30481 33.26843
I 4.155884 33.42224
I 3.987427 33.56689
I 3.829346 33.7262
I 3.673706 33.88184
I 3.505249 34.03198
I 3.356934 34.17664
I 3.184204 34.32495
I 3.015747 34.47693
I 2.833862 34.62158
I 2.668457 34.76624
I 2.492065 34.92371
I 2.300415 35.06836
I 2.120972 35.22034
I 1.931763 35.36865
I 1.73584 35.52429
I 1.54541 35.67078
I 1.350708 35.82092
I 1.149902 35.96741
I 0.9448242 36.12122
I 0.7385254 36.2677
I 0.5297852 36.41418
I 0.3326416 36.55884
I 0.1318359 36.70532
E

<[Spring2018]>

IFT 250: Shell & Script Programming with Unix

Lab Activity 2D: The Vim Tutor

Learnings

· Basic usage of the Vim editor

· Vim commands and functions

· Using a command line text editor

Part I: the VimTutor

For this lab you will be following the instructions found in the VimTutor.

1. Move to your IFT250 directory and run the command vimtutor

1. As soon as the file opens, save it to your home directory by typing the following:

:wq Lab2C.vim

Note the colon(:) as that lets Vim know you are typing a command.

2. This creates the file you will be editing for your lab. Any time the instructions have you close and reopen the tutor do so by typing:

vim Lab2C.vim

3. Otherwise, follow the instructions for each lesson as they are written in the VimTutor file. Make sure to complete every tasks listed and you have saved all of your edits in the Lab2C.vim file

Submissions

Once you’ve completed all the activities, perform the following steps for submission:

1. Ensure your edited vimtutor file is saved to your IFT383 directory as Lab2C.vim

Page | 2

<[Spring 2018]>

IFT 250: Shell & Script Programming with Unix

Lab Activity 2E: File Attributes & Vi Editor

Learnings

· Using vi commands to edit/format files

· Explain the output of the long listing command with respect to file attributes

· Demonstrate ability to change file permissions in both relative and absolute way

Part I: Process Data

Consider the files L2E1.iva, L2E2.iva, and L2E3.iva on Blackboard along with this lab. This is the raw performance data collected on a solar photovoltaic module installed at the ASU Polytechnic campus. The 3 files correspond to 3 repeated measurements and must be processed to determine the performance output of the system or panel.

Download the L2E1.iva, L2E2.iva, and L2E3.iva files and upload them into the General server into the ~/IFT383/Unit2/Labs folder.

For this lab, you will use the techniques learned up to Unit 2 to edit and format the data from these three files to obtain a single file named lab2E.1.prc that resembles the following:

F gge0001x gge0001y gge0001z

D 12-30-2006 12-30-2006 12-30-2006

T 14:05:23 14:05:55 14:06:28

S a69 a69 a69

B 15.4 15.3 15.7

M gge06001 gge06001 gge06001

P 30.8 30.6 30.3

Q 19.2 21.1 23.5

R 1006.2 1006.6 1008

U 1012.7 1014.6 1014.1

X 36.2 36.1 36.6

A 38.994 38.994 38.994

G 107.71 107.71 107.71

H 8.4

11

8.433 8.434

O 37.084 36.705 36.508

C 7.537 7.621 7.546

K 28.198 27.623 27.574

W 212.52 210.51 208.08

L 68.1 68 67.6

You will use vi create a file called lab2E.1.sbs that explains the steps that you followed to create the processed file including all commands and pipelines.

Part II: Checking the List

For this part of the lab fill out the table below with the correct value and answer the following questions.

The following is the results of running the ls -al command on the directory tests:

11

drwx—— 2 kuitche kuitche 2048 Oct 23 20:59 awk

-rw——- 1 kuitche kuitche 808 Jul 24 2000 bin

drwxrwxrwx 3 kuitche root 2048 Jul 12 14:04 junk

-rwxrwxrwx 1 kuitche root 21504 Jul 13 2000 this

1. Complete the table below

File name

File type

File size
(in bytes)

File Owner

Group permissions

awk

bin

junk

this

1. What is the size of the tests directory in bytes?

2. What is the command you would use to change the permissions on the file this the owner is able to read, write, and execute, the group owner is only able to read, and everyone else is able to read and execute?

3. What would be the output of the following sequence of UNIX commands?

bash3.2$ echo this is a script file > script.bash

bash3.2$ chmod 342 script.bash

bash3.2$ ls –al script.bash

4. If you do not know the existing permissions, how would you remove execute and write permissions from everyone but the owner of the file foo.sh without altering any other permission?

Submissions

Once you’ve completed all the activities, perform the following steps for submission:

1. Ensure that all your answers as well as the files you created in this lab are correct and complete.

Page | 5

F gge0006z
D 12-30-2006
T 14:06:28
S a69
B 15.7
M gge06001
P 30.3
Q 23.5
R 1008
U 1014.1
X 36.6
A 38.994 0 0
G 107.71 0 0
H 8.434
O 36.508
C 7.546
K 27.574
W 208.08
L 67.6
I 8.433838 7.324219E-03
I 8.434448 0.1519775
I 8.43689 0.302124
I 8.4375 0.4467773
I 8.432617 0.5895996
I 8.432007 0.7324219
I 8.432617 0.8789063
I 8.430786 1.021729
I 8.433838 1.164551
I 8.429565 1.311035
I 8.428955 1.45752
I 8.429565 1.605835
I 8.423462 1.750488
I 8.428345 1.896973
I 8.430176 2.039795
I 8.429565 2.186279
I 8.428345 2.334595
I 8.430786 2.48291
I 8.424683 2.631226
I 8.425293 2.77771
I 8.424072 2.922363
I 8.425903 3.07251
I 8.4198 3.231812
I 8.422852 3.389282
I 8.421631 3.532104
I 8.424072 3.674927
I 8.422852 3.828735
I 8.423462 3.988037
I 8.424072 4.14917
I 8.421631 4.297485
I 8.42041 4.44397
I 8.418579 4.599609
I 8.417969 4.77356
I 8.419189 4.923706
I 8.415527 5.073853
I 8.415527 5.222168
I 8.412476 5.370483
I 8.414917 5.513306
I 8.414307 5.683594
I 8.416138 5.830078
I 8.414917 5.991211
I 8.408203 6.135864
I 8.410645 6.282349
I 8.408813 6.427002
I 8.406982 6.584473
I 8.406982 6.732788
I 8.407593 6.879272
I 8.405762 7.027588
I 8.4021 7.177734
I 8.401489 7.342529
I 8.399048 7.496338
I 8.399658 7.640991
I 8.40271 7.783813
I 8.395996 7.926636
I 8.392944 8.078613
I 8.390503 8.221436
I 8.391113 8.36792
I 8.387451 8.510742
I 8.386841 8.660889
I 8.386841 8.814697
I 8.388062 8.972168
I 8.389282 9.125977
I 8.38562 9.27063
I 8.38562 9.428101
I 8.384399 9.574585
I 8.383789 9.717407
I 8.381958 9.867554
I 8.383789 10.01038
I 8.383789 10.17151
I 8.381348 10.31433
I 8.384399 10.45898
I 8.380127 10.60913
I 8.381958 10.75195
I 8.383179 10.89844
I 8.378296 11.05591
I 8.377075 11.19873
I 8.376465 11.35071
I 8.378906 11.49719
I 8.375244 11.64917
I 8.377686 11.79565
I 8.375854 11.94214
I 8.379517 12.08496
I 8.377075 12.22778
I 8.377075 12.37793
I 8.372803 12.52258
I 8.372192 12.66907
I 8.373413 12.81738
I 8.372192 12.97668
I 8.36853 13.12683
I 8.369141 13.26965
I 8.369751 13.42346
I 8.36853 13.56812
I 8.36853 13.71277
I 8.366699 13.86475
I 8.363037 14.01489
I 8.365479 14.17603
I 8.363037 14.33167
I 8.358154 14.4873
I 8.358765 14.63745
I 8.355103 14.78394
I 8.355713 14.93774
I 8.356323 15.08057
I 8.356934 15.22339
I 8.345337 15.36621
I 8.35022 15.51819
I 8.347778 15.66284
I 8.345337 15.81299
I 8.345337 15.95947
I 8.346558 16.10413
I 8.345337 16.25061
I 8.339844 16.40625
I 8.339233 16.54907
I 8.338013 16.69189
I 8.33313 16.85669
I 8.33313 17.005
I 8.326416 17.14966
I 8.330078 17.29614
I 8.326416 17.45361
I 8.324585 17.60742
I 8.319702 17.75391
I 8.318481 17.89856
I 8.31543 18.04871
I 8.314209 18.20068
I 8.309937 18.34534
I 8.310547 18.48816
I 8.302002 18.63831
I 8.302612 18.78662
I 8.300171 18.93677
I 8.299561 19.07959
I 8.295898 19.22791
I 8.292236 19.37622
I 8.287354 19.5282
I 8.284912 19.67651
I 8.279419 19.823
I 8.283081 19.97131
I 8.273926 20.12329
I 8.268433 20.26794
I 8.262939 20.41809
I 8.258057 20.56641
I 8.254395 20.72021
I 8.250122 20.86487
I 8.248901 21.00952
I 8.242188 21.16516
I 8.234253 21.31897
I 8.234253 21.46729
I 8.224487 21.61011
I 8.220825 21.77124
I 8.21106 21.91772
I 8.203735 22.07886
I 8.201294 22.22168
I 8.19458 22.37915
I 8.185425 22.52563
I 8.17688 22.68127
I 8.172607 22.82776
I 8.164673 22.97607
I 8.153687 23.12622
I 8.140869 23.26904
I 8.134766 23.4137
I 8.12439 23.55652
I 8.114014 23.703
I 8.103027 23.85681
I 8.093262 23.99963
I 8.085327 24.14612
I 8.070679 24.29077
I 8.059082 24.43726
I 8.044434 24.58191
I 8.031616 24.73389
I 8.015747 24.87671
I 7.999268 25.03052
I 7.980957 25.18433
I 7.965698 25.32898
I 7.947998 25.47546
I 7.928467 25.62012
I 7.907715 25.78125
I 7.88269 25.92957
I 7.86499 26.07788
I 7.835083 26.22803
I 7.811279 26.38733
I 7.786255 26.53381
I 7.758179 26.67664
I 7.72522 26.81946
I 7.696533 26.97693
I 7.660522 27.12524
I 7.62207 27.28455
I 7.58606 27.42737
I 7.546387 27.57385
I 7.501831 27.72949
I 7.458496 27.87781
I 7.415771 28.02246
I 7.369995 28.17444
I 7.316895 28.31726
I 7.268066 28.46558
I 7.210693 28.61572
I 7.155762 28.76221
I 7.10022 28.91052
I 7.033081 29.05334
I 6.973267 29.19983
I 6.90918 29.34998
I 6.836548 29.4928
I 6.763306 29.63745
I 6.691284 29.78027
I 6.613159 29.93225
I 6.530151 30.0769
I 6.450806 30.21973
I 6.356201 30.38452
I 6.262817 30.53467
I 6.159058 30.69031
I 6.064453 30.83313
I 5.964355 30.97595
I 5.86792 31.12427
I 5.759277 31.27625
I 5.650024 31.42273
I 5.534668 31.56555
I 5.422363 31.71753
I 5.305176 31.86035
I 5.184326 32.00317
I 5.05249 32.16064
I 4.924316 32.3053
I 4.796143 32.45361
I 4.663086 32.59644
I 4.523315 32.73926
I 4.390259 32.88391
I 4.246826 33.02856
I 4.106445 33.17505
I 3.964233 33.32703
I 3.800049 33.46985
I 3.646851 33.61267
I 3.494263 33.75549
I 3.336182 33.90198
I 3.175049 34.04846
I 3.012695 34.19128
I 2.845459 34.33411
I 2.688599 34.47693
I 2.50061 34.62341
I 2.332153 34.77356
I 2.150879 34.92188
I 1.965332 35.06653
I 1.773682 35.21118
I 1.602173 35.354
I 1.412354 35.49683
I 1.21582 35.64148
I 1.019897 35.78613
I 0.8251953 35.92896
I 0.6225586 36.07361
I 0.4260254 36.21826
I 0.2386475 36.36108
I 0.0189209 36.50757
E

Still stressed with your coursework?
Get quality coursework help from an expert!