KIIT@DESKTOP-8FKKR3P MINGW64 /e/Code/Sat
$ /usr/bin/env C:Program FilesJavajdk-20binjava.exe -XX:+ShowCodeDetailsInExceptionMessages -cp E:CodeSatbin Recursion2.QuickSort
Enter the length of the array : 2
Enter the element at [0] : 6
Enter the element at [1] : 1
1 6
KIIT@DESKTOP-8FKKR3P MINGW64 /e/Code/Sat
$ ^C
KIIT@DESKTOP-8FKKR3P MINGW64 /e/Coding Ninjas/Satyam
$ howCodeDetailsInExceptionMessages -cp E:CodeSatbin Recursion2.QuickSort
bash: howCodeDetailsInExceptionMessages: command not found
when I pressed second time the run button the git bash terminal in vs code shows this $ howCodeDetailsInExceptionMessages -cp E:CodeSatbin Recursion2.QuickSort
bash: howCodeDetailsInExceptionMessages: command not found….. First time it runs successfully, why is it so?
Satyam Prakash is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.