Computer Science, asked by gtaben1725, 11 months ago

suppose tuple1=(36,96,88,74) ,in PHP which of the follwing is incorrect 1]print(tuple1[3]) 2]tuple1[3]=45 3]pring(min[tuple1]) 4]print(len[tuple1])

Answers

Answered by kajolduggan
0

suppose tuple1=(36,96,88,74) ,in PHP which of the follwing is incorrect 1]print(tuple1[3]) 2]tuple1[3]=45 3]pring(min[tuple1]) 4]print(len[tupl

Answered by omegads03
0

For tuple1=(36,96,88,74) ,in PHP tuple1[3]=45   is incorrect .

Similar questions