Click here to Skip to main content
15,913,685 members

Comments by Member 14815736 (Top 6 by date)

Member 14815736 16-May-20 11:06am View    
okay!
Member 14815736 15-May-20 16:27pm View    
Solution.java:7: error: '{' expected
public class bubbleSort(int[] a) {
^
Solution.java:7: error: ';' expected
public class bubbleSort(int[] a) {
^
Solution.java:9: error: illegal start of expression
public bubbleSort(int[] a){
^
Solution.java:9: error: '.class' expected
public bubbleSort(int[] a){
^
Solution.java:9: error: ';' expected
public bubbleSort(int[] a){
^
Solution.java:56: error: reached end of file while parsing
}
^
6 errors
Member 14815736 15-May-20 15:16pm View    
it has, but I am unable to fix it.
Member 14815736 15-May-20 15:16pm View    
yes! it has in fact 6, all in one line. I know all of them are related but I am not able to fix it!
Member 14815736 28-Apr-20 6:31am View    
thank you so much, brother. It worked. I can't thank you more, I spent the whole day trying to fix it. MAy God bless you.