Maximum difference between adjacent elements of list: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 14:
strList = "[2,-3,0,1,1,-2.3,0,5.5,8,6,2,9,11,8,1]"
see "Maximum difference between adjacent elements of list is:" + nl + nl
see "Input list:= " + strList + nl + nl
see "Output:" + nl
sList = [2,-3,0,1,1,-2.3,0,5.5,8,6,2,9,11,8,1]
Line 58:
Maximum difference between adjacent elements of list is:
 
Input list:= [2,-3,0,1,1,-2.3,0,5.5,8,6,2,9,11,8,1]
 
Output:
2,468

edits