December 18th, 2012 04:47 PM
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!
December 18th, 2012 04:40 PM
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...
December 18th, 2012 04:37 PM
i am sorry but i am unfamiliar with code tags... how do i use them here?
December 18th, 2012 04:25 PM
i dont mean to be a pain.. but there is very less time left to submit my assignment..
December 18th, 2012 04:08 PM
yup both the errors are at that place!
December 18th, 2012 03:55 PM
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...
December 18th, 2012 03:53 PM
import java.util.Scanner;
public class Q5_112532 {
public static void main(String[] args){
Scanner input = new Scanner(System.in);
int integer;
...
December 18th, 2012 03:31 PM
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.
December 18th, 2012 03:23 PM
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>...
December 18th, 2012 03:20 PM
yeah never thought of that..am gonna keep that in mind... okay so am down to 3 errors..:D
December 18th, 2012 03:05 PM
okay wait i think i got everything back.. lemme work on ur suggestion and i will get back to you
December 18th, 2012 02:48 PM
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...
December 18th, 2012 01:10 PM
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
...
December 18th, 2012 12:44 PM
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...
December 18th, 2012 12:17 PM
um i thought u would need to calculate the percentage of excellent students... thats why... u think i should remove that part?
December 18th, 2012 12:02 PM
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...
December 18th, 2012 11:47 AM
December 18th, 2012 11:46 AM
yup i can fix em... because there are so many dont know where to start from
December 18th, 2012 11:46 AM
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...
December 18th, 2012 11:41 AM
should i copy paste em here?
December 18th, 2012 11:33 AM
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){
...