Computer Science, asked by vinithanair5411, 9 months ago

Indicate the error message which displays, if the following statement is executed: int a[5]={28,32,45,68,12};

Answers

Answered by Anush3535
4

Answer:

list1 = [28,32,45,68,12]  

print(list1.index(5))  

     

        (OR)

list2 = ['cat', 'bat', 'mat', 'cat', 'pet']  

print(list2.index('cat'))  

hope it helps you

good luck :)

brainliest pls :)

Answered by bishayiasmita
3

if you are from ICSE then the answer is : none

Similar questions