Question: Exercises 3 . 2 Use the following variable assignments when evaluating the given expressions in this section. A = [ 5 , 7 , 2

Exercises 3.2
Use the following variable assignments when evaluating the given expressions in this section.
A=[5,7,2,9,1,3]
B=[5,8,3,5,9,5,4,7,1,0]
C=[W,x,Y,A,B]
D=[A,B,C,x,Y,Z]
E=3
\table[[,Evaluate/Calculate,Value],[1,floor(5.4),],[2,floor(-5.4),],[3,ceil(5.4),],[4,ceil(-5.4),],[5,round(5.4),],[6,round(-5.4),],[7,abs(-5.4),],[8,pow(3,2),],[9,pow(-3,2),],[10,37%7,],[11,length("ComPuTer"),],[12,indexOf(["N","M","P"],"M"),],[13,charAt("ComPuTer",4),],[14,slice("ComPuTer",2,5),],[15,substring("ComPuTer",2,5),],[16,toUpperCase("ComPuTer"),],[17,toLowerCase("ComPuTer"),]]
3-114|Page|
\table[[18,concat("COL", "LEGE")],[19,split("ABC-TSR-123",-")],[20,min([6,3,8,4,7,9])
 Exercises 3.2 Use the following variable assignments when evaluating the given

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!