ComputerScienceExpert

(11)

$18/per page/

About ComputerScienceExpert

Levels Tought:
Elementary,Middle School,High School,College,University,PHD

Expertise:
Applied Sciences,Calculus See all
Applied Sciences,Calculus,Chemistry,Computer Science,Environmental science,Information Systems,Science Hide all
Teaching Since: Apr 2017
Last Sign in: 9 Weeks Ago, 3 Days Ago
Questions Answered: 4870
Tutorials Posted: 4863

Education

  • MBA IT, Mater in Science and Technology
    Devry
    Jul-1996 - Jul-2000

Experience

  • Professor
    Devry University
    Mar-2010 - Oct-2016

Category > Programming Posted 29 Apr 2017 My Price 11.00

AccountNo InvoiceLineItemDescription DescriptionLength

use AP;

 

/*

1. For items in InvoiceLineItems table whose AccountNo is an even number like

150 or 574, use a CASE function to display their AccountNo,

InvoiceLineItemDescription, and DescriptionLength. Depending on the total

number of characters of the InvoiceLineItemDescription, each DescriptionLength

shows one of the following three strings:

 

'Shorter than 10 characters', or

'Between 10 and 19 characters', or

'20 or more characters'

 

Also sort your output by AccountNo.

 

Hint: Use one of the operators listed on p.97 to determine if a number is an even

or odd number.

 

Here is a sample output of first few lines:

 

AccountNo InvoiceLineItemDescription DescriptionLength

--------- -------------------------- -----------------------------

150Supplies Shorter than 10 characters

160MVS Online Library Between 10 and 19 characters

160MSDN Shorter than 10 characters

160Quarterly Maintenance 20 or more characters

170Network wiringBetween 10 and 19 characters

400CICS Desk ReferenceBetween 10 and 19 characters

......

...

*/

 

 

 

 

 

 

/*

2. Display InvoiceLineItemDescription such that the one with the

longest first word is printed at top and no duplicate rows.

To verify your output, display the length of the first word of

InvoiceLineItemDescription in the second column as FirstWordLength.

 

Hint: use string functions discussed in lecture.

 

Here is a sample output of first few lines:

 

InvoiceLineItemDescription FirstWordLength

-------------------------- ------------------

Propane-forklift16

International pkg.13

International shipment13

Publishers Marketing10

DiCicco's9

Quarterly Maintenance9

Telephone (Line 1)9

.....

...

*/

 

 

 

 

 

 

/*

3. The manager wants to have a report of detail information of all invoice line items

with the desired column title shown below. She wants the items to be listed based on

the AccountNo (a->z) and item with the highest amount within each account is printed

first (see sample output below). In case of same amount value, items should be printed

by their InvoiceID in ascending order.

 

Finally, all items should be continuously and uniquely ranked from 1 within each account.

 

----------------------------------------------------------------------------------------

Item Rank Account No Item Amount Invoice ID Item Description Invoice Sequence

----------------------------------------------------------------------------------------

.....

 

1 57075.60 12Kinko's2

2 57058.40 12Office Max3

3 57041.80 74Coffee1

1 5722433.00 56Card deck1

2 5721575.00 47Catalog ad1

3 572600.00 95Books for research1

4 572579.42 98Catalog ad1

5 5729.95 16Monthly access fee1

6 5729.95 23Monthly access fee1

1 574856.92 15Property Taxes1

1 58050.00 12DiCicco's1

1 582503.20 105Bronco lease1

1 5897125.34 31Web site design1

.....

...

*/

Assignment_8_ch08 and ch09.sql

/* Assignment 8 (Chapter 8 & 9, 20 points each, 60 points in total) */
--Total points obtained: (leave blank for TA's grading) --Your name:
--Write one statement in the given space beneath each problem description
--to answer the query.
--Partial credits is possible.
--Each clause of SELECT, FROM, WHERE, and ORDER BY is expected to be coded
--on its own line and use proper indentation on each line to make your
--code more readable for grading.
--Do not include statements other than the one for grading.
--Do not change the file name and its extension.
use AP;
/*
1. For items in InvoiceLineItems table whose AccountNo is an even number like
150 or 574, use a CASE function to display their AccountNo,
InvoiceLineItemDescription, and DescriptionLength. Depending on the total
number of characters of the InvoiceLineItemDescription, each
DescriptionLength
shows one of the following three strings:
'Shorter than 10 characters', or
'Between 10 and 19 characters', or
'20 or more characters'
Also sort your output by AccountNo.
Hint: Use one of the operators listed on p.97 to determine if a number is an
even
or odd number.
Here is a sample output of first few lines:
AccountNo
--------150
characters
160
characters
160
characters
160
170
characters
400
......
...
*/ InvoiceLineItemDescription
-------------------------Supplies DescriptionLength
----------------------------Shorter than 10 MVS Online Library Between 10 and 19 MSDN Shorter than 10 Quarterly Maintenance
Network wiring
Between
CICS Desk Reference Between 20 or more characters
10 and 19
10 and 19 characters /*
2. Display InvoiceLineItemDescription such that the one with the
longest first word is printed at top and no duplicate rows.
To verify your output, display the length of the first word of
InvoiceLineItemDescription in the second column as FirstWordLength.
Hint: use string functions discussed in lecture.
Here is a sample output of first few lines:
InvoiceLineItemDescription FirstWordLength
-------------------------- -----------------Propane-forklift
16
International pkg.
13
International shipment
13
Publishers Marketing
10
DiCicco's
9
Quarterly Maintenance
9
Telephone (Line 1)
9
.....
...
*/ /*
3. The manager wants to have a report of detail information of all invoice line
items
with the desired column title shown below. She wants the items to be listed
based on
the AccountNo (a->z) and item with the highest amount within each account is
printed
first (see sample output below). In case of same amount value, items should
be printed
by their InvoiceID in ascending order.
Finally, all items should be continuously and uniquely ranked from 1 within
each account.
--------------------------------------------------------------------------------------Item Rank Account No
Item Amount
Invoice ID
Item Description
Invoice
Sequence
--------------------------------------------------------------------------------------.....
1 570 2
Max 3
1
Card deck
2
Catalog ad
3 570
3 2 570
572
572
572 1
1
1 75.60 12 Kinko's 58.40 12 Office 41.80 74 Coffee 2433.00 56 1575.00 47 600.00 95 Books for research
4
572
Catalog ad
5
572
access fee 1
6
572
access fee 1
1
574
Property Taxes
1
580
1
1
582
lease
1
1
589
site design
1
.....
...
*/ 1
1 579.42 98 9.95 16 Monthly 9.95 23 Monthly 856.92
1 ---------------END--------------- 50.00 15
12 DiCicco's 503.20 105 7125.34 31 Bronco
Web

 

 

��U#S#E# #[#m#a#s#t#e#r#]##
#G#O##
##
#I#F# #D#B#_#I#D#(#'#A#P#'#)# #I#S# #N#O#T# #N#U#L#L##
#
#D#R#O#P# #D#A#T#A#B#A#S#E# #[#A#P#]##
#G#O##
##
#/#*#*#*#*#*#*# #O#b#j#e#c#t#:# # #D#a#t#a#b#a#s#e# #[#A#P#]# # # #
#S#c#r#i#p#t# #D#a#t#e#:# #5#/#2#/#2#0#1#2# #3#:#1#7#:#1#4# #P#M#
#*#*#*#*#*#*#/##
#C#R#E#A#T#E# #D#A#T#A#B#A#S#E# #[#A#P#]##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#C#O#M#P#A#T#I#B#I#L#I#T#Y#_#L#E#V#E#L# #=# #1#1#0##
#G#O##
#I#F# #(#1# #=#
#F#U#L#L#T#E#X#T#S#E#R#V#I#C#E#P#R#O#P#E#R#T#Y#(#'#I#s#F#u#l#l#T#e#x#t#I#n#s#t#a
#l#l#e#d#'#)#)##
#b#e#g#i#n##
#E#X#E#C# #[#A#P#]#.#[#d#b#o#]#.#[#s#p#_#f#u#l#l#t#e#x#t#_#d#a#t#a#b#a#s#e#]#
#@#a#c#t#i#o#n# #=# #'#d#i#s#a#b#l#e#'##
#e#n#d##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#A#N#S#I#_#N#U#L#L#_#D#E#F#A#U#L#T# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #A#N#S#I#_#N#U#L#L#S# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G#
#O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #A#N#S#I#_#W#A#R#N#I#N#G#S#
#O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #A#R#I#T#H#A#B#O#R#T# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #A#U#T#O#_#C#L#O#S#E# #O#N# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#A#U#T#O#_#C#R#E#A#T#E#_#S#T#A#T#I#S#T#I#C#S# #O#N# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #A#U#T#O#_#S#H#R#I#N#K# #O#N# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#A#U#T#O#_#U#P#D#A#T#E#_#S#T#A#T#I#S#T#I#C#S# #O#N# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#C#U#R#S#O#R#_#C#L#O#S#E#_#O#N#_#C#O#M#M#I#T# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #C#U#R#S#O#R#_#D#E#F#A#U#L#T# #
#G#L#O#B#A#L# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#C#O#N#C#A#T#_#N#U#L#L#_#Y#I#E#L#D#S#_#N#U#L#L# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#N#U#M#E#R#I#C#_#R#O#U#N#D#A#B#O#R#T# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#Q#U#O#T#E#D#_#I#D#E#N#T#I#F#I#E#R# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#R#E#C#U#R#S#I#V#E#_#T#R#I#G#G#E#R#S# #O#F#F# ##
#G#O## #A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# # #D#I#S#A#B#L#E#_#B#R#O#K#E#R#
##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#A#U#T#O#_#U#P#D#A#T#E#_#S#T#A#T#I#S#T#I#C#S#_#A#S#Y#N#C# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#D#A#T#E#_#C#O#R#R#E#L#A#T#I#O#N#_#O#P#T#I#M#I#Z#A#T#I#O#N# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #T#R#U#S#T#W#O#R#T#H#Y# #O#F#F#
##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#A#L#L#O#W#_#S#N#A#P#S#H#O#T#_#I#S#O#L#A#T#I#O#N# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#P#A#R#A#M#E#T#E#R#I#Z#A#T#I#O#N# #S#I#M#P#L#E# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#R#E#A#D#_#C#O#M#M#I#T#T#E#D#_#S#N#A#P#S#H#O#T# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#H#O#N#O#R#_#B#R#O#K#E#R#_#P#R#I#O#R#I#T#Y# #O#F#F# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #R#E#C#O#V#E#R#Y# #S#I#M#P#L#E#
##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# # #M#U#L#T#I#_#U#S#E#R# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #P#A#G#E#_#V#E#R#I#F#Y#
#N#O#N#E# # ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #D#B#_#C#H#A#I#N#I#N#G# #O#F#F#
##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T# #F#I#L#E#S#T#R#E#A#M#(#
#N#O#N#_#T#R#A#N#S#A#C#T#E#D#_#A#C#C#E#S#S# #=# #O#F#F# #)# ##
#G#O##
#A#L#T#E#R# #D#A#T#A#B#A#S#E# #[#A#P#]# #S#E#T#
#T#A#R#G#E#T#_#R#E#C#O#V#E#R#Y#_#T#I#M#E# #=# #0# #S#E#C#O#N#D#S# ##
#G#O##
#U#S#E# #[#A#P#]##
#G#O##
#/#*#*#*#*#*#*# #O#b#j#e#c#t#:# # #T#a#b#l#e#
#[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]# # # # #S#c#r#i#p#t# #D#a#t#e#:#
#5#/#2#/#2#0#1#2# #3#:#1#7#:#1#4# #P#M# #*#*#*#*#*#*#/##
#S#E#T# #A#N#S#I#_#N#U#L#L#S# #O#N##
#G#O##
#S#E#T# #Q#U#O#T#E#D#_#I#D#E#N#T#I#F#I#E#R# #O#N##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#N##
#G#O##
#C#R#E#A#T#E# #T#A#B#L#E# #[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]#(##
#
#[#V#e#n#d#o#r#I#D#]# #[#i#n#t#]# #I#D#E#N#T#I#T#Y#(#1#,#1#)# #N#O#T#
#N#U#L#L#,##
#
#[#L#a#s#t#N#a#m#e#]# #[#v#a#r#c#h#a#r#]#(#5#0#)# #N#U#L#L#,##
#
#[#F#i#r#s#t#N#a#m#e#]# #[#v#a#r#c#h#a#r#]#(#5#0#)# #N#U#L#L##
#)# #O#N# #[#P#R#I#M#A#R#Y#]##
##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#F#F##
#G#O##
#/#*#*#*#*#*#*# #O#b#j#e#c#t#:# # #T#a#b#l#e#
#[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# # # # #S#c#r#i#p#t# #D#a#t#e#:# #5#/#2#/#2#0#1#2# #3#:#1#7#:#1#4# #P#M# #*#*#*#*#*#*#/##
#S#E#T# #A#N#S#I#_#N#U#L#L#S# #O#N##
#G#O##
#S#E#T# #Q#U#O#T#E#D#_#I#D#E#N#T#I#F#I#E#R# #O#N##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#N##
#G#O##
#C#R#E#A#T#E# #T#A#B#L#E# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]#(##
#
#[#A#c#c#o#u#n#t#N#o#]# #[#i#n#t#]# #N#O#T# #N#U#L#L#,##
#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]# #[#v#a#r#c#h#a#r#]#(#5#0#)#
#N#O#T# #N#U#L#L#,##
# #C#O#N#S#T#R#A#I#N#T# #[#P#K#_#G#L#A#c#c#o#u#n#t#s#]# #P#R#I#M#A#R#Y# #K#E#Y#
#C#L#U#S#T#E#R#E#D# ##
#(##
#
#[#A#c#c#o#u#n#t#N#o#]# #A#S#C##
#)#W#I#T#H# #(#P#A#D#_#I#N#D#E#X# #=# #O#F#F#,#
#S#T#A#T#I#S#T#I#C#S#_#N#O#R#E#C#O#M#P#U#T#E# #=# #O#F#F#,#
#I#G#N#O#R#E#_#D#U#P#_#K#E#Y# #=# #O#F#F#,# #A#L#L#O#W#_#R#O#W#_#L#O#C#K#S# #=#
#O#N#,# #A#L#L#O#W#_#P#A#G#E#_#L#O#C#K#S# #=# #O#N#)# #O#N# #[#P#R#I#M#A#R#Y#]##
#)# #O#N# #[#P#R#I#M#A#R#Y#]##
##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#F#F##
#G#O##
#/#*#*#*#*#*#*# #O#b#j#e#c#t#:# # #T#a#b#l#e#
#[#d#b#o#]#.#[#I#n#v#o#i#c#e#A#r#c#h#i#v#e#]# # # # #S#c#r#i#p#t# #D#a#t#e#:#
#5#/#2#/#2#0#1#2# #3#:#1#7#:#1#4# #P#M# #*#*#*#*#*#*#/##
#S#E#T# #A#N#S#I#_#N#U#L#L#S# #O#N##
#G#O##
#S#E#T# #Q#U#O#T#E#D#_#I#D#E#N#T#I#F#I#E#R# #O#N##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#N##
#G#O##
#C#R#E#A#T#E# #T#A#B#L#E# #[#d#b#o#]#.#[#I#n#v#o#i#c#e#A#r#c#h#i#v#e#]#(##
#
#[#I#n#v#o#i#c#e#I#D#]# #[#i#n#t#]# #N#O#T# #N#U#L#L#,##
#
#[#V#e#n#d#o#r#I#D#]# #[#i#n#t#]# #N#O#T# #N#U#L#L#,##
#
#[#I#n#v#o#i#c#e#N#u#m#b#e#r#]# #[#v#a#r#c#h#a#r#]#(#5#0#)# #N#O#T#
#N#U#L#L#,##
#
#[#I#n#v#o#i#c#e#D#a#t#e#]# #[#s#m#a#l#l#d#a#t#e#t#i#m#e#]# #N#O#T#
#N#U#L#L#,##
#
#[#I#n#v#o#i#c#e#T#o#t#a#l#]# #[#m#o#n#e#y#]# #N#O#T# #N#U#L#L#,##
#
#[#P#a#y#m#e#n#t#T#o#t#a#l#]# #[#m#o#n#e#y#]# #N#O#T# #N#U#L#L#,##
#
#[#C#r#e#d#i#t#T#o#t#a#l#]# #[#m#o#n#e#y#]# #N#O#T# #N#U#L#L#,##
#
#[#T#e#r#m#s#I#D#]# #[#i#n#t#]# #N#O#T# #N#U#L#L#,##
#
#[#I#n#v#o#i#c#e#D#u#e#D#a#t#e#]# #[#s#m#a#l#l#d#a#t#e#t#i#m#e#]# #N#O#T#
#N#U#L#L#,##
#
#[#P#a#y#m#e#n#t#D#a#t#e#]# #[#s#m#a#l#l#d#a#t#e#t#i#m#e#]# #N#U#L#L##
#)# #O#N# #[#P#R#I#M#A#R#Y#]##
##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#F#F##
#G#O##
#/#*#*#*#*#*#*# #O#b#j#e#c#t#:# # #T#a#b#l#e#
#[#d#b#o#]#.#[#I#n#v#o#i#c#e#L#i#n#e#I#t#e#m#s#]# # # # #S#c#r#i#p#t#
#D#a#t#e#:# #5#/#2#/#2#0#1#2# #3#:#1#7#:#1#4# #P#M# #*#*#*#*#*#*#/##
#S#E#T# #A#N#S#I#_#N#U#L#L#S# #O#N##
#G#O##
#S#E#T# #Q#U#O#T#E#D#_#I#D#E#N#T#I#F#I#E#R# #O#N##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#N##
#G#O##
#C#R#E#A#T#E# #T#A#B#L#E# #[#d#b#o#]#.#[#I#n#v#o#i#c#e#L#i#n#e#I#t#e#m#s#]#(##
#
#[#I#n#v#o#i#c#e#I#D#]# #[#i#n#t#]# #N#O#T# #N#U#L#L#,##
#
#[#I#n#v#o#i#c#e#S#e#q#u#e#n#c#e#]# #[#s#m#a#l#l#i#n#t#]# #N#O#T# #N#U#L#L#,##
#
#[#A#c#c#o#u#n#t#N#o#]# #[#i#n#t#]# #N#O#T# #N#U#L#L#,##
#
#[#I#n#v#o#i#c#e#L#i#n#e#I#t#e#m#A#m#o#u#n#t#]# #[#m#o#n#e#y#]# #N#O#T#
#N#U#L#L#,##
#
#[#I#n#v#o#i#c#e#L#i#n#e#I#t#e#m#D#e#s#c#r#i#p#t#i#o#n#]#
#[#v#a#r#c#h#a#r#]#(#1#0#0#)# #N#O#T# #N#U#L#L#,##
# #C#O#N#S#T#R#A#I#N#T# #[#P#K#_#I#n#v#o#i#c#e#L#i#n#e#I#t#e#m#s#]#
#P#R#I#M#A#R#Y# #K#E#Y# #C#L#U#S#T#E#R#E#D# ##
#(##
#
#[#I#n#v#o#i#c#e#I#D#]# #A#S#C#,##
#
#[#I#n#v#o#i#c#e#S#e#q#u#e#n#c#e#]# #A#S#C##
#)#W#I#T#H# #(#P#A#D#_#I#N#D#E#X# #=# #O#F#F#,#
#S#T#A#T#I#S#T#I#C#S#_#N#O#R#E#C#O#M#P#U#T#E# #=# #O#F#F#,#
#I#G#N#O#R#E#_#D#U#P#_#K#E#Y# #=# #O#F#F#,# #A#L#L#O#W#_#R#O#W#_#L#O#C#K#S# #=#
#O#N#,# #A#L#L#O#W#_#P#A#G#E#_#L#O#C#K#S# #=# #O#N#)# #O#N# #[#P#R#I#M#A#R#Y#]##
#)# #O#N# #[#P#R#I#M#A#R#Y#]##
##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#F#F##
#G#O##
#/#*#*#*#*#*#*# #O#b#j#e#c#t#:# # #T#a#b#l#e# #[#d#b#o#]#.#[#I#n#v#o#i#c#e#s#]#
# # # #S#c#r#i#p#t# #D#a#t#e#:# #5#/#2#/#2#0#1#2# #3#:#1#7#:#1#4# #P#M#
#*#*#*#*#*#*#/##
#S#E#T# #A#N#S#I#_#N#U#L#L#S# #O#N##
#G#O##
#S#E#T# #Q#U#O#T#E#D#_#I#D#E#N#T#I#F#I#E#R# #O#N##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#N##
#G#O##
#C#R#E#A#T#E# #T#A#B#L#E# #[#d#b#o#]#.#[#I#n#v#o#i#c#e#s#]#(##
#
#[#I#n#v#o#i#c#e#I#D#]# #[#i#n#t#]# #I#D#E#N#T#I#T#Y#(#1#,#1#)# #N#O#T#
#N#U#L#L#,##
#
#[#V#e#n#d#o#r#I#D#]# #[#i#n#t#]# #N#O#T# #N#U#L#L#,##
#
#[#I#n#v#o#i#c#e#N#u#m#b#e#r#]# #[#v#a#r#c#h#a#r#]#(#5#0#)# #N#O#T#
#N#U#L#L#,##
#
#[#I#n#v#o#i#c#e#D#a#t#e#]# #[#s#m#a#l#l#d#a#t#e#t#i#m#e#]# #N#O#T#
#N#U#L#L#,##
#
#[#I#n#v#o#i#c#e#T#o#t#a#l#]# #[#m#o#n#e#y#]# #N#O#T# #N#U#L#L#,##
#
#[#P#a#y#m#e#n#t#T#o#t#a#l#]# #[#m#o#n#e#y#]# #N#O#T# #N#U#L#L#,##
#
#[#C#r#e#d#i#t#T#o#t#a#l#]# #[#m#o#n#e#y#]# #N#O#T# #N#U#L#L#,##
#
#[#T#e#r#m#s#I#D#]# #[#i#n#t#]# #N#O#T# #N#U#L#L#,##
#
#[#I#n#v#o#i#c#e#D#u#e#D#a#t#e#]# #[#s#m#a#l#l#d#a#t#e#t#i#m#e#]# #N#O#T#
#N#U#L#L#,##
#
#[#P#a#y#m#e#n#t#D#a#t#e#]# #[#s#m#a#l#l#d#a#t#e#t#i#m#e#]# #N#U#L#L#,##
# #C#O#N#S#T#R#A#I#N#T# #[#P#K#_#I#n#v#o#i#c#e#s#]# #P#R#I#M#A#R#Y# #K#E#Y#
#C#L#U#S#T#E#R#E#D# ##
#(##
#
#[#I#n#v#o#i#c#e#I#D#]# #A#S#C##
#)#W#I#T#H# #(#P#A#D#_#I#N#D#E#X# #=# #O#F#F#,#
#S#T#A#T#I#S#T#I#C#S#_#N#O#R#E#C#O#M#P#U#T#E# #=# #O#F#F#,#
#I#G#N#O#R#E#_#D#U#P#_#K#E#Y# #=# #O#F#F#,# #A#L#L#O#W#_#R#O#W#_#L#O#C#K#S# #=#
#O#N#,# #A#L#L#O#W#_#P#A#G#E#_#L#O#C#K#S# #=# #O#N#)# #O#N# #[#P#R#I#M#A#R#Y#]##
#)# #O#N# #[#P#R#I#M#A#R#Y#]##
##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#F#F##
#G#O##
#/#*#*#*#*#*#*# #O#b#j#e#c#t#:# # #T#a#b#l#e# #[#d#b#o#]#.#[#T#e#r#m#s#]# # # #
#S#c#r#i#p#t# #D#a#t#e#:# #5#/#2#/#2#0#1#2# #3#:#1#7#:#1#4# #P#M#
#*#*#*#*#*#*#/##
#S#E#T# #A#N#S#I#_#N#U#L#L#S# #O#N##
#G#O##
#S#E#T# #Q#U#O#T#E#D#_#I#D#E#N#T#I#F#I#E#R# #O#N##
#G#O## #S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#N##
#G#O##
#C#R#E#A#T#E# #T#A#B#L#E# #[#d#b#o#]#.#[#T#e#r#m#s#]#(##
#
#[#T#e#r#m#s#I#D#]# #[#i#n#t#]# #I#D#E#N#T#I#T#Y#(#1#,#1#)# #N#O#T#
#N#U#L#L#,##
#
#[#T#e#r#m#s#D#e#s#c#r#i#p#t#i#o#n#]# #[#v#a#r#c#h#a#r#]#(#5#0#)# #N#O#T#
#N#U#L#L#,##
#
#[#T#e#r#m#s#D#u#e#D#a#y#s#]# #[#s#m#a#l#l#i#n#t#]# #N#O#T# #N#U#L#L#,##
# #C#O#N#S#T#R#A#I#N#T# #[#P#K#_#T#e#r#m#s#]# #P#R#I#M#A#R#Y# #K#E#Y#
#C#L#U#S#T#E#R#E#D# ##
#(##
#
#[#T#e#r#m#s#I#D#]# #A#S#C##
#)#W#I#T#H# #(#P#A#D#_#I#N#D#E#X# #=# #O#F#F#,#
#S#T#A#T#I#S#T#I#C#S#_#N#O#R#E#C#O#M#P#U#T#E# #=# #O#F#F#,#
#I#G#N#O#R#E#_#D#U#P#_#K#E#Y# #=# #O#F#F#,# #A#L#L#O#W#_#R#O#W#_#L#O#C#K#S# #=#
#O#N#,# #A#L#L#O#W#_#P#A#G#E#_#L#O#C#K#S# #=# #O#N#)# #O#N# #[#P#R#I#M#A#R#Y#]##
#)# #O#N# #[#P#R#I#M#A#R#Y#]##
##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#F#F##
#G#O##
#/#*#*#*#*#*#*# #O#b#j#e#c#t#:# # #T#a#b#l#e# #[#d#b#o#]#.#[#V#e#n#d#o#r#s#]# #
# # #S#c#r#i#p#t# #D#a#t#e#:# #5#/#2#/#2#0#1#2# #3#:#1#7#:#1#4# #P#M#
#*#*#*#*#*#*#/##
#S#E#T# #A#N#S#I#_#N#U#L#L#S# #O#N##
#G#O##
#S#E#T# #Q#U#O#T#E#D#_#I#D#E#N#T#I#F#I#E#R# #O#N##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#N##
#G#O##
#C#R#E#A#T#E# #T#A#B#L#E# #[#d#b#o#]#.#[#V#e#n#d#o#r#s#]#(##
#
#[#V#e#n#d#o#r#I#D#]# #[#i#n#t#]# #I#D#E#N#T#I#T#Y#(#1#,#1#)# #N#O#T#
#N#U#L#L#,##
#
#[#V#e#n#d#o#r#N#a#m#e#]# #[#v#a#r#c#h#a#r#]#(#5#0#)# #N#O#T# #N#U#L#L#,##
#
#[#V#e#n#d#o#r#A#d#d#r#e#s#s#1#]# #[#v#a#r#c#h#a#r#]#(#5#0#)# #N#U#L#L#,##
#
#[#V#e#n#d#o#r#A#d#d#r#e#s#s#2#]# #[#v#a#r#c#h#a#r#]#(#5#0#)# #N#U#L#L#,##
#
#[#V#e#n#d#o#r#C#i#t#y#]# #[#v#a#r#c#h#a#r#]#(#5#0#)# #N#O#T# #N#U#L#L#,##
#
#[#V#e#n#d#o#r#S#t#a#t#e#]# #[#c#h#a#r#]#(#2#)# #N#O#T# #N#U#L#L#,##
#
#[#V#e#n#d#o#r#Z#i#p#C#o#d#e#]# #[#v#a#r#c#h#a#r#]#(#2#0#)# #N#O#T#
#N#U#L#L#,##
#
#[#V#e#n#d#o#r#P#h#o#n#e#]# #[#v#a#r#c#h#a#r#]#(#5#0#)# #N#U#L#L#,##
#
#[#V#e#n#d#o#r#C#o#n#t#a#c#t#L#N#a#m#e#]# #[#v#a#r#c#h#a#r#]#(#5#0#)#
#N#U#L#L#,##
#
#[#V#e#n#d#o#r#C#o#n#t#a#c#t#F#N#a#m#e#]# #[#v#a#r#c#h#a#r#]#(#5#0#)#
#N#U#L#L#,##
#
#[#D#e#f#a#u#l#t#T#e#r#m#s#I#D#]# #[#i#n#t#]# #N#O#T# #N#U#L#L#,##
#
#[#D#e#f#a#u#l#t#A#c#c#o#u#n#t#N#o#]# #[#i#n#t#]# #N#O#T# #N#U#L#L#,##
# #C#O#N#S#T#R#A#I#N#T# #[#P#K#_#V#e#n#d#o#r#s#]# #P#R#I#M#A#R#Y# #K#E#Y#
#C#L#U#S#T#E#R#E#D# ##
#(##
#
#[#V#e#n#d#o#r#I#D#]# #A#S#C##
#)#W#I#T#H# #(#P#A#D#_#I#N#D#E#X# #=# #O#F#F#,#
#S#T#A#T#I#S#T#I#C#S#_#N#O#R#E#C#O#M#P#U#T#E# #=# #O#F#F#,#
#I#G#N#O#R#E#_#D#U#P#_#K#E#Y# #=# #O#F#F#,# #A#L#L#O#W#_#R#O#W#_#L#O#C#K#S# #=#
#O#N#,# #A#L#L#O#W#_#P#A#G#E#_#L#O#C#K#S# #=# #O#N#)# #O#N# #[#P#R#I#M#A#R#Y#]##
#)# #O#N# #[#P#R#I#M#A#R#Y#]##
##
#G#O##
#S#E#T# #A#N#S#I#_#P#A#D#D#I#N#G# #O#F#F##
#G#O##
#S#E#T# #I#D#E#N#T#I#T#Y#_#I#N#S#E#R#T#
#[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]# #O#N# ##
##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]# #(#[#V#e#n#d#o#r#I#D#]#,# #[#L#a#s#t#N#a#m#e#]#,# #[#F#i#r#s#t#N#a#m#e#]#)#
#V#A#L#U#E#S# #(#5#,# #N#'#D#a#v#i#s#o#n#'#,# #N#'#M#i#c#h#e#l#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]#
#(#[#V#e#n#d#o#r#I#D#]#,# #[#L#a#s#t#N#a#m#e#]#,# #[#F#i#r#s#t#N#a#m#e#]#)#
#V#A#L#U#E#S# #(#1#2#,# #N#'#M#a#y#t#e#h#'#,# #N#'#K#e#n#d#a#l#l#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]#
#(#[#V#e#n#d#o#r#I#D#]#,# #[#L#a#s#t#N#a#m#e#]#,# #[#F#i#r#s#t#N#a#m#e#]#)#
#V#A#L#U#E#S# #(#1#7#,# #N#'#O#n#a#n#d#o#n#g#a#'#,# #N#'#B#r#u#c#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]#
#(#[#V#e#n#d#o#r#I#D#]#,# #[#L#a#s#t#N#a#m#e#]#,# #[#F#i#r#s#t#N#a#m#e#]#)#
#V#A#L#U#E#S# #(#4#4#,# #N#'#A#n#t#a#v#i#u#s#'#,# #N#'#A#n#t#h#o#n#y#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]#
#(#[#V#e#n#d#o#r#I#D#]#,# #[#L#a#s#t#N#a#m#e#]#,# #[#F#i#r#s#t#N#a#m#e#]#)#
#V#A#L#U#E#S# #(#7#6#,# #N#'#B#r#a#d#l#e#e#'#,# #N#'#D#a#n#n#y#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]#
#(#[#V#e#n#d#o#r#I#D#]#,# #[#L#a#s#t#N#a#m#e#]#,# #[#F#i#r#s#t#N#a#m#e#]#)#
#V#A#L#U#E#S# #(#9#4#,# #N#'#S#u#s#c#i#p#e#'#,# #N#'#R#e#y#n#a#l#d#o#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]#
#(#[#V#e#n#d#o#r#I#D#]#,# #[#L#a#s#t#N#a#m#e#]#,# #[#F#i#r#s#t#N#a#m#e#]#)#
#V#A#L#U#E#S# #(#1#0#1#,# #N#'#O#'#'#S#u#l#l#i#v#a#n#'#,#
#N#'#G#e#r#a#l#d#i#n#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]#
#(#[#V#e#n#d#o#r#I#D#]#,# #[#L#a#s#t#N#a#m#e#]#,# #[#F#i#r#s#t#N#a#m#e#]#)#
#V#A#L#U#E#S# #(#1#2#3#,# #N#'#B#u#c#k#e#t#'#,# #N#'#C#h#a#r#l#e#s#'#)##
#S#E#T# #I#D#E#N#T#I#T#Y#_#I#N#S#E#R#T#
#[#d#b#o#]#.#[#C#o#n#t#a#c#t#U#p#d#a#t#e#s#]# #O#F#F##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#1#0#0#,#
#N#'#C#a#s#h#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#1#1#0#,#
#N#'#A#c#c#o#u#n#t#s# #R#e#c#e#i#v#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#1#2#0#,#
#N#'#B#o#o#k# #I#n#v#e#n#t#o#r#y#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#1#5#0#,#
#N#'#F#u#r#n#i#t#u#r#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#1#6#0#,#
#N#'#C#o#m#p#u#t#e#r# #E#q#u#i#p#m#e#n#t#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#1#6#2#,#
#N#'#C#a#p#i#t#a#l#i#z#e#d# #L#e#a#s#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#1#6#7#,#
#N#'#S#o#f#t#w#a#r#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#1#7#0#,#
#N#'#O#t#h#e#r# #E#q#u#i#p#m#e#n#t#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#1#8#1#,#
#N#'#B#o#o#k# #D#e#v#e#l#o#p#m#e#n#t#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#0#0#,#
#N#'#A#c#c#o#u#n#t#s# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#0#5#,#
#N#'#R#o#y#a#l#t#i#e#s# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#2#1#,#
#N#'#4#0#1#K# #E#m#p#l#o#y#e#e# #C#o#n#t#r#i#b#u#t#i#o#n#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#3#0#,# #N#'#S#a#l#e#s# #T#a#x#e#s# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#3#4#,#
#N#'#M#e#d#i#c#a#r#e# #T#a#x#e#s# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#3#5#,#
#N#'#I#n#c#o#m#e# #T#a#x#e#s# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#3#7#,#
#N#'#S#t#a#t#e# #P#a#y#r#o#l#l# #T#a#x#e#s# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#3#8#,#
#N#'#E#m#p#l#o#y#e#e# #F#I#C#A# #T#a#x#e#s# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#3#9#,#
#N#'#E#m#p#l#o#y#e#r# #F#I#C#A# #T#a#x#e#s# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#4#1#,#
#N#'#E#m#p#l#o#y#e#r# #F#U#T#A# #T#a#x#e#s# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#4#2#,#
#N#'#E#m#p#l#o#y#e#e# #S#D#I# #T#a#x#e#s# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#4#3#,#
#N#'#E#m#p#l#o#y#e#r# #U#C#I# #T#a#x#e#s# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#5#1#,#
#N#'#I#B#M# #C#r#e#d#i#t# #C#o#r#p#o#r#a#t#i#o#n# #P#a#y#a#b#l#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#8#0#,#
#N#'#C#a#p#i#t#a#l# #S#t#o#c#k#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#2#9#0#,#
#N#'#R#e#t#a#i#n#e#d# #E#a#r#n#i#n#g#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#3#0#0#,#
#N#'#R#e#t#a#i#l# #S#a#l#e#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#3#0#1#,#
#N#'#C#o#l#l#e#g#e# #S#a#l#e#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#3#0#2#,#
#N#'#T#r#a#d#e# #S#a#l#e#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#3#0#6#,#
#N#'#C#o#n#s#i#g#n#m#e#n#t# #S#a#l#e#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#3#1#0#,#
#N#'#C#o#m#p#o#s#i#t#i#n#g# #R#e#v#e#n#u#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#3#9#4#,#
#N#'#B#o#o#k# #C#l#u#b# #R#o#y#a#l#t#i#e#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#4#0#0#,#
#N#'#B#o#o#k# #P#r#i#n#t#i#n#g# #C#o#s#t#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#4#0#3#,#
#N#'#B#o#o#k# #P#r#o#d#u#c#t#i#o#n# #C#o#s#t#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#0#0#,#
#N#'#S#a#l#a#r#i#e#s# #a#n#d# #W#a#g#e#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#0#5#,#
#N#'#F#I#C#A#'#)## #I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#0#6#,#
#N#'#F#U#T#A#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#0#7#,#
#N#'#U#C#I#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#0#8#,#
#N#'#M#e#d#i#c#a#r#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#1#0#,#
#N#'#G#r#o#u#p# #I#n#s#u#r#a#n#c#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#2#0#,#
#N#'#B#u#i#l#d#i#n#g# #L#e#a#s#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#2#1#,#
#N#'#U#t#i#l#i#t#i#e#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#2#2#,#
#N#'#T#e#l#e#p#h#o#n#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#2#3#,#
#N#'#B#u#i#l#d#i#n#g# #M#a#i#n#t#e#n#a#n#c#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#2#7#,#
#N#'#C#o#m#p#u#t#e#r# #E#q#u#i#p#m#e#n#t# #M#a#i#n#t#e#n#a#n#c#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#2#8#,#
#N#'#I#B#M# #L#e#a#s#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#3#2#,#
#N#'#E#q#u#i#p#m#e#n#t# #R#e#n#t#a#l#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#3#6#,#
#N#'#C#a#r#d# #D#e#c#k# #A#d#v#e#r#t#i#s#i#n#g#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#4#0#,#
#N#'#D#i#r#e#c#t# #M#a#i#l# #A#d#v#e#r#t#i#s#i#n#g#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#4#1#,#
#N#'#S#p#a#c#e# #A#d#v#e#r#t#i#s#i#n#g#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#4#6#,#
#N#'#E#x#h#i#b#i#t#s# #a#n#d# #S#h#o#w#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#4#8#,#
#N#'#W#e#b# #S#i#t#e# #P#r#o#d#u#c#t#i#o#n# #a#n#d# #F#e#e#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#5#0#,#
#N#'#P#a#c#k#a#g#i#n#g# #M#a#t#e#r#i#a#l#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#5#1#,#
#N#'#B#u#s#i#n#e#s#s# #F#o#r#m#s#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#5#2#,#
#N#'#P#o#s#t#a#g#e#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#.#[#G#L#A#c#c#o#u#n#t#s#]# #(#[#A#c#c#o#u#n#t#N#o#]#,#
#[#A#c#c#o#u#n#t#D#e#s#c#r#i#p#t#i#o#n#]#)# #V#A#L#U#E#S# #(#5#5#3#,#
#N#'#F#r#e#i#g#h#t#'#)##
#I#N#S#E#R#T# #[#d#b#o#]#...

Answers

(11)
Status NEW Posted 29 Apr 2017 05:04 AM My Price 11.00

-----------

Attachments

file 1493443511-Solutions file 2.docx preview (51 words )
H-----------ell-----------o S-----------ir/-----------Mad-----------am ----------- Th-----------ank----------- yo-----------u f-----------or -----------you-----------r i-----------nte-----------res-----------t a-----------nd -----------buy-----------ing----------- my----------- po-----------ste-----------d s-----------olu-----------tio-----------n. -----------Ple-----------ase----------- pi-----------ng -----------me -----------on -----------cha-----------t I----------- am----------- on-----------lin-----------e o-----------r i-----------nbo-----------x m-----------e a----------- me-----------ssa-----------ge -----------I w-----------ill----------- be----------- qu-----------ick-----------ly -----------onl-----------ine----------- an-----------d g-----------ive----------- yo-----------u e-----------xac-----------t f-----------ile----------- an-----------d t-----------he -----------sam-----------e f-----------ile----------- is----------- al-----------so -----------sen-----------t t-----------o y-----------our----------- em-----------ail----------- th-----------at -----------is -----------reg-----------ist-----------ere-----------d o-----------n -----------THI-----------S W-----------EBS-----------ITE-----------. ----------- Th-----------ank----------- yo-----------u -----------
Not Rated(0)