Search:

Type: Posts; User: JavaPF

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: i am a student.. need help in my activities today

    Glad I can help :D
  2. [SOLVED] Re: i am a student.. need help in my activities today

    There are several errors in your code. I have made the changes shown in bold:



    import java.io.*;

    public class ActivityFourDashThree {

    public static void main(String[] args) throws...
  3. [SOLVED] Re: i am a student.. need help in my activities today

    I have edited the code to make it work as expected. You can go from here..



    import java.io.*;

    public class ActivityFourDashOne {

    public static void main(String[] args) throws...
  4. [SOLVED] Re: i am a student.. need help in my activities today

    The reason this code will not compile is because you have declared the variable 'grade' twice.

    You have String grade and int grade. You can fix this by changing one of the variable names.

    Once...
  5. [SOLVED] Re: i am a student.. need help in my activities today

    Hello xyldon27. Welcome to the forums.

    Please make sure you always post code within the code tags. I have done it for you this time.

    Have you started any of this assignment yet? People won't...
Results 1 to 5 of 5