Forum: Java Oct 31st, 2007 |
| Replies: 4 Views: 1,193 I did go over the entire program and no luck solving the error. and ever thing is spelled right. so what could be the errors for.. please let me know
thanks |
Forum: Java Oct 31st, 2007 |
| Replies: 4 Views: 1,193 Theese are error i am getting .. please help..
thanks in advance
F:\JAVA\Java Files\lab 9\MyCustomer.java:12: cannot find symbol
symbol : method addaccount(Account)
location: class... |
Forum: Java Oct 31st, 2007 |
| Replies: 1 Views: 525 I am getting this error message please help me solve it
F:\JAVA\Java Files\lab 9\MyCustomer.java:19: ';' expected
account deposit(500.0);
^
F:\JAVA\Java Files\lab... |
Forum: Java Oct 18th, 2007 |
| Replies: 3 Views: 806 How would I do that. I do not know how.. please let me know |
Forum: Java Oct 18th, 2007 |
| Replies: 3 Views: 806 I getting the following errors.. please help .. below is error i get and below that is the file that the error is refferring to
E:\JAVA\Java Files\lab employee\FullTimeEmployee.java:22: cannot... |
Forum: Java Oct 18th, 2007 |
| Replies: 3 Views: 5,180 after fixing the calendar spelling error and after that i am still getting the following error please help...
F:\JAVA\Java Files\lab employee\FullTimeEmployee.java:22: cannot find symbol
symbol... |
Forum: Java Oct 17th, 2007 |
| Replies: 3 Views: 5,180 Here the error i get from the file below
F:\JAVA\Java Files\lab employee\FulltimeEmployee.java:1: cannot find symbol
symbol : class Calender
location: package java.util
import... |
Forum: Java Oct 2nd, 2007 |
| Replies: 1 Views: 4,370 Below is my error which i get while i compile AppleComputer class file ( shown down below).
Any help solving this error would be appreciated .
Thanks
F:\JAVA\Java Files\Lab... |
Forum: Java Sep 26th, 2007 |
| Replies: 6 Views: 1,149 According to my prof, the discount rate is 20% for this class and when the program runs it should display the amount of discount and total invoice after tax including discount in the total invoice... |
Forum: Java Sep 25th, 2007 |
| Replies: 6 Views: 1,149 This class file is calculating the amount of discount a customer receives on a purchase, the discount is fixed at 20% and while everything works fine, but it would not calculate the discount. after... |
Forum: Java Sep 25th, 2007 |
| Replies: 6 Views: 1,149 I am having trouble calculating the discount rate in java, I have the formula and equation but cannot figure out, what the problem. and my program would compile and work but would display the wrong... |
Forum: Java Sep 22nd, 2007 |
| Replies: 10 Views: 4,450 I made some changes to customer class and dell customer class and both would compliie but when i run the java program it would not calculate it, it would just display total purchase and invoice amt... |
Forum: Java Sep 21st, 2007 |
| Replies: 10 Views: 4,450 as told i did set method in customer class and got no error but in dellcustomer class i got some error dont know why
public double setTotalPurchase()
{
totalPurchase = 5 & 7 & 1 & 4 & 6;... |
Forum: Java Sep 21st, 2007 |
| Replies: 10 Views: 4,450 I fix those errors now I am some new error. what does it mean please help
here is the updated class
public class DellCustomer
{
public static void main(String[] args)
{
Customer neel =... |
Forum: Java Sep 21st, 2007 |
| Replies: 10 Views: 4,450 public class Customer
{
private String name;
private String address;
private double totalPurchase;
private double invoiceAmount;
public Customer(String name, String address)
{... |