Sunday, February 17, 2008

ERROR: Invalid Path,\bin\javac.exe -classpath

Riverdog said; I have been working on the JCreator to run programs, and also a little on the five newsboys problem. I think I could program the rectangle problem when I make it run. Mean while I just read in the Java Book when I have a chance. I will continue to work these problems.

Wednesday, February 13, 2008

Programming some now

All
I was able to manage a couple of the programs today, the one on Circuit Boards was just like the percentage problem, and the namesDialog was just like the example about three names to print.
I think this is going pretty good for the amount of time that I put in. I wanted to try the wireless key on the laptop but was unable to get over there to The AFB this week to try it out. The sun is out now so I might ride the motorcycle to school because my son is using the car more now. I want to do a litte more tomorrow, but don't know how much time I will have tomorrow.

Monday, February 11, 2008

Still working

Riverdog said; Just sent you the testAverage1.1 print out. I still have the same error and can not get it cleared up yet! Bruce

// This program will display and average three test scores.
public class TestAverage{ public static void main(String[] args){ double testScoreA, testScoreB, testScoreC testscoreA = 86 testscoreB = 76 testscoreC = 98
average = +testscoreA+,+testscoreB+,+testscoreC+; System.out.println your test scores of ("+testscoreA+","+testscoreB+","+testscoreC+) System.out.println "your average score of "+average+"

Late night oil

Yes I was able to complete all four of the problems assigned in Crossing the River with Dogs. Eggs in a Basket was alot of fun and I don't think I would have been able to do it without the Mod function that we spoke about in class. I looked at everything divisable by 7 and also odd. Then looked at Mod for 2,3,4,5,6 and it works.

Two problems we did in clsss and the other one, Sequence Patters I was able to do using algebra.

Sunday, February 10, 2008

Programming some

ALL Classmates; I did some reading in the Java Book over the weekend. I open HPU Pipline, and see the list of homework assignments again. I have organized my notebook, and layout the plan to do the problems in my journal for week four.

  • I need to do these problems first, Eggs In A Basket #3, and Four College Roommates #10 on page 61-63 in Crossing the River with Dogs.
  • In the Java Book do Problem 10 and 11 for week 4, Remember to e-mail the source code to Jimmy at CSCI1911.
  • Also problems 13 and 14 for week 5 also in the Java Book. And again remember to e-mail the source code to Jimmy.
  • Lastly for week 5 do problems 1 and 11 on page 105 in CR / dogs.

I just wanted to organize the assignment for myself, Thanks

Friday, February 8, 2008

Need to blog every night

Riverdog said; Wow this week is over and I am tired now. Tomorrow is a new day and after some well deserved sleep I plan on knocking out some homework for CSCI 1911. I look forward to set up java programs and not doing Hazmat for awhile. Turns out I was only committed out to Hazmat for one week. I will be there in class next Wednesday just a note that this week I learn how to set up the blogger.com web site to my opening home page as a tab Thats cool. That seams to make it much easier to blog more often now. Who could pass up 25 % of their grade to blog several times per week.

Thursday, February 7, 2008

More Blogs Now

Riverdog said; I really enjoyed class on last Wednesday. I got my Sales Orediction done, showed my Alice world, got my workwork back, went over some of the problem and made some new friends. Thanks to all of you I am learning about Java, and using the compiler now. I think I like Pascal's Triangle, because it is so clean.

1
1 1
1 2 1
1 3 3 1
1 4 6 4 1
1 5 10 10 5 1