+ 1
1. The following Ā code has error(s).Rewrite the correct code underlining all the corrections made.What will be the output after
1. The following Ā code has error(s).Rewrite the correct code underlining all the corrections made.What will be the output after correction (2+2=4) int sum=0,step=5; int Ā I; for(i=0;i<=5,i++); {step+=5, Sum+=step; } jTextArea1.showText(ā Ā Ā ā+sum);
2 Answers
0
Is this an issue you had or is it a challenge?