Advertisement

1 - 10 of 20 containing alltags:("help with code") (0.001 seconds)
i am trying to get this c++ solution to work and i am at a loss here is the text that was given to me would appreciate to code to get this running.  would prefer a cut an paste solution that i can ...
Zones: C++Date Answered: 03/17/2007 Grade: A Views: 0
private static int multiplesOfArray(int [] g)     {         int i = 6;         for(int i <= 6; i < g.length; ++ i)            System.out.print (2*i + "   ");       i = i + 1;        System.o...
Zones: J2SE, Languages, JavaDate Answered: 03/19/2008 Grade: A Views: 0
for ( String s : Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday ) {    System.out.println( s ); } is this right
Zones: JavaDate Answered: 03/29/2008 Grade: A Views: 0
Write the code necessary to instantiate, declare, and initialize a two-dimensional array of doubles, where the first row contains the first five multiples of 2 (i.e., 2, 4, 6, 8, 10) and the second...
Zones: Java, LanguagesDate Answered: 03/19/2008 Grade: A Views: 0
i need help with this program to get it done. first PhoneCall class. This class is the abstract superclass for LocalCall and LongDistanceCall. do i start by public abstract class PhoneCall /* Ph...
Zones: JavaDate Answered: 04/10/2008 Grade: A Views: 0
PhoneCall class. This class is the abstract superclass for LocalCall and LongDistanceCall, described below. PhoneCall has two private String instance variables, representing the phone number a cal...
Zones: JavaDate Answered: 04/10/2008 Grade: A Views: 0
PhoneCall class. This class is the abstract superclass for LocalCall and LongDistanceCall, described below. PhoneCall has two private String instance variables, representing the phone number a call...
Zones: J2SE, JavaDate Answered: 04/10/2008 Grade: A Views: 0
BillingItem interface: This interface will specify two methods which objects that implement it must provide for: getItemDetail that returns a String with a description of the item being charged (a ...
Zones: Java, Languages, J2SEDate Answered: 04/06/2008 Grade: A Views: 0
can i get some help on writing this class. it is going to be in a seperate file and everything. OtherCharge class. This class is used to create objects representing charges other than phone calls...
Zones: Java, LanguagesDate Answered: 04/10/2008 Grade: A Views: 0
LongDistanceCall class. This is a subclass of PhoneCall. It has one integer instance variable, representing the duration of the call in minutes. It has a constructor, and the two BillingItem interf...
Zones: Java, LanguagesDate Answered: 04/10/2008 Grade: A Views: 0