Computer Science, asked by ARYAN456231, 3 months ago

Write a python program to find the second largest and second smallest number of a list of numbers.
pls tell fast​

Answers

Answered by anilkumar31979
1

Answer:

Take in the number of elements and store it in a variable.

Take in the elements of the list one by one.

Sort the list in ascending order.

Print the second last element of the list.

Exit.

Explanation:

if it helps you so plz follow me and mark it the brainliest answer

and subscribe STUDY WITH KISHLAY YouTube channel

Similar questions