Forum: Oracle Apr 14th, 2008 |
| Replies: 2 Views: 1,165 I have posted the whole srcipt again as I have made a ouple of adjustments. Also the error I am getting is on the end of the script:
{ERROR:(SELECT avg(sum(charter.char_distance *... |
Forum: Oracle Apr 13th, 2008 |
| Replies: 2 Views: 1,165 I have written the following code to try and run a report that will list customers names and ytd charter costs whose ytd charter cost are greater than the average charter cost for all customers. ... |
Forum: Network Security Apr 19th, 2007 |
| Replies: 3 Views: 3,686 Can someone help me as to where I can begin. I have been researching an my head is spining, I am taking a class on introduction into networkind and computer security and I have a project to... |
Forum: C Mar 16th, 2007 |
| Replies: 5 Views: 1,440 I noticedthat but I am still not getting the correct print out , I am copying what I get for the print out ans you can see that the ssn is not correct:
Student Name SSN DOB Curr Grad Yr... |
Forum: C Mar 16th, 2007 |
| Replies: 5 Views: 1,440 Thank you I forgot the out in the statement and to put in the while loop. Now to tackle why the ssn is not printing the way it should.
Can anyone help with that?: |
Forum: C Mar 16th, 2007 |
| Replies: 5 Views: 1,440 I have a project that is due and I have written the code and for a part of the code output to the file I cannot get the right format. I cannot figure out what the formatting should be can someone... |
Forum: Java Mar 4th, 2007 |
| Replies: 1 Views: 1,889 Could someone please look at my ose and let me know where I may be going wrong. The problem to solve is define a class Odometer that will be used to track fueland mileage for an automobile. The... |
Forum: C Nov 7th, 2006 |
| Replies: 15 Views: 2,705 Okay, please excuse and explain code tage, I am still learning this programming. I want to be able to do things correctly.
Barb |
Forum: C Nov 7th, 2006 |
| Replies: 15 Views: 2,705 Okay, so where you stated // handle it in a different way I ned to put the code for printing the asteriks for hte first and last rows. ans then handle differently the remaining rows the code to be... |
Forum: C Nov 7th, 2006 |
| Replies: 15 Views: 2,705 I went back to square one and started over some what and I have been able to complete most of the project and get a completed square, but now I am still unable to get the middle with no asteriks. ... |
Forum: C Oct 26th, 2006 |
| Replies: 15 Views: 2,705 just wanted to make sure its possible, as i said before, i am jsust learning this and this is a new field for me at my age. Been in the accounting field for 40+ years and now taking on computers... |
Forum: C Oct 26th, 2006 |
| Replies: 15 Views: 2,705 You have helped me a great deal and I am foreve greatful, but I need to have the inside of the square/rectangle empty. Is that possible? |
Forum: C Oct 26th, 2006 |
| Replies: 15 Views: 2,705 Okay I was able to get it to run with no errors but still am unable to get the output I need. I enter the following code:
#include <stdio.h>
main()
{
int length;
int width;
int count = 1;
... |
Forum: C Oct 24th, 2006 |
| Replies: 15 Views: 2,705 I tried this but am confused and received errors. I am trying to get an out put that look like this when complied and the user input a number:
say the user inputs 15 for the number; then there... |
Forum: C Oct 24th, 2006 |
| Replies: 15 Views: 2,705 I am new to this C thing and am triny very hard to understand but am having a little problem getting thing to work. I have a project that I have been working on and cannot seem to get it to work.... |