No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Hello all, can someone take a look at my inventory program code for part 3 of the program mod. The program outputs, but I am still experiencing a few errors. If someone could take a look and let me know what to change I would greatly appreciate it. This is … | |
Hello, I am having some trouble compiling my code for the inventory program part 2, if someone could take a look and help me out I would really appreciate it. Thanks. I am required to implement an array to store, monitor, and retrieve data for camera inventory. [CODE]// Fig 2.4: … ![]() | |
Re: Ok here we go I restarted my code over. I got my Camera class to compile and my InventoryProgram class to compile. I am just experiencing 3 errors in my Inventory class. Here are the 3 errors: C:\Users\aks\Documents\NetBeansProjects\InventoryProgram2\src\Inventory.java:12: cannot find symbol symbol : class myCamera location: class Inventory myInventory.addToInventory(new myCamera("Sony", … | |
Hello, I am developing an inventory program in one of my IT classes. So far I have implemented my Camera class correctly, I just need some help configuring my Inventory class. I have underlined the section of my code I am having trouble with. If someone could take a peek … ![]() | |
If someone could take a look at my Java code for Payroll Program, I need to declare Int as a double in order to produce the produce of number of employees in a department times the average salary for each employee. If someone could throw up pointers, tips, or any … | |
I am developing a payroll program for my programming class. I need to declare the Int as a double in order to produce the product for number of employees in a department times the average salary for each employee. Can someone take a look at me code and let me … |
The End.