Latest Nri Fintech Aptitude Question SOLUTION: Wha will be th output of ine following script? #!/in/bash secondLoop="A B C D E F G" counter=0 for a in 6 7 8 9 do for b in "$secondLoop" do let "counter+=1" done done echo "Th