CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ello1

Search: Search took 0.02 seconds.

  1. Re: i need help writing a program using array. ASAP!

    okay thank you so much for sticking with me all through this....i think this will be all now... wish me lcuk for my assignement....and i wish u the best luck!! hope i was'nt to much of a nuisance!
  2. Re: i need help writing a program using array. ASAP!

    i am so sorry i did in no way mean to offend you.... it just my first time doing this... and my nerves are getting the best of me!! but srsly thank you for being so patient with me! u have been...
  3. Re: i need help writing a program using array. ASAP!

    i am sorry but i am unfamiliar with code tags... how do i use them here?
  4. Re: i need help writing a program using array. ASAP!

    i dont mean to be a pain.. but there is very less time left to submit my assignment..
  5. Re: i need help writing a program using array. ASAP!

    yup both the errors are at that place!
  6. Re: i need help writing a program using array. ASAP!

    WOOPS DORRY WRONG PROGRAM!!

    import java.util.Scanner;
    public class Q7_A_112532 {

    public static void main(String[] args)
    {
    Scanner input = new Scanner(System.in);
    int...
  7. Re: i need help writing a program using array. ASAP!

    import java.util.Scanner;
    public class Q5_112532 {
    public static void main(String[] args){
    Scanner input = new Scanner(System.in);
    int integer;

    ...
  8. Re: i need help writing a program using array. ASAP!

    okay so got ride of the last error... but the other two are still pending... can re-explain what i have to do to fix it.
  9. Re: i need help writing a program using array. ASAP!

    okay so i removed the curly brace from one of em... but there is a new error in it..


    C:\Users\Al Doctor\Documents\NetBeansProjects\HafsaShahab_112532\src\Q7_A_112532.java:26: error: <identifier>...
  10. Re: i need help writing a program using array. ASAP!

    yeah never thought of that..am gonna keep that in mind... okay so am down to 3 errors..:D
  11. Re: i need help writing a program using array. ASAP!

    okay wait i think i got everything back.. lemme work on ur suggestion and i will get back to you
  12. Re: i need help writing a program using array. ASAP!

    i think the atempt of fixing the last four errors i have messed it all up all over...i bet u might be thinking i am like a crazy person or something.... but i think its slowly getting over m,y...
  13. Re: i need help writing a program using array. ASAP!

    okay i got all the errors i could fixed... but still have four left!

    C:\Users\Al Doctor\Documents\NetBeansProjects\HafsaShahab_112532\src\Q7_A_112532.java:25: error: <identifier> expected
    ...
  14. Re: i need help writing a program using array. ASAP!

    okY so i got the errors down to 5.. here the new code so far... i forgot to give a option for the user to enter grade..

    import java.util.Scanner;
    public class Q7_A_112532 {
    public static...
  15. Re: i need help writing a program using array. ASAP!

    um i thought u would need to calculate the percentage of excellent students... thats why... u think i should remove that part?
  16. Re: i need help writing a program using array. ASAP!

    okay i get that part... but now its not even running.... it says that it doesn't have a main method. Could you do me the biggest favor and go through the code once... and tell me if u think what i am...
  17. Re: i need help writing a program using array. ASAP!

    i can't fix them*
  18. Re: i need help writing a program using array. ASAP!

    yup i can fix em... because there are so many dont know where to start from
  19. Re: i need help writing a program using array. ASAP!

    i used netbeans to compile it.... and this is all the errors it shows.

    ant -f "C:\\Users\\Al Doctor\\Documents\\NetBeansProjects\\HafsaShahab_112532" clean jar
    init:
    deps-clean:
    Updating...
  20. Re: i need help writing a program using array. ASAP!

    should i copy paste em here?
  21. Re: i need help writing a program using array. ASAP!

    this what i have so far.. i just started java this semester so i bet its full of mistakes.

    import java.util.Scanner;
    public class Q7_A_112532 {
    public static void main(System[] args){
    ...
Results 1 to 21 of 21





Click Here to Expand Forum to Full Width

Featured