Pregunta de entrevista de Step2gen Technologies

You have given an array without using sort function you need you print second maximum prime number.

Respuesta de la entrevista

Anónimo

25 de dic de 2024

Apply apply bubble sort for sort it. After that check it is a prime then add to a list and return sorted second maximum list element.