Get your own free workspace
View
 

DailyLog

Page history last edited by PBworks 4 years, 3 months ago

11-01-07

In the last couple classes I took a quiz, and took notes on Java. Today I made the program Initial.java which prints out all of my initials.

 

10-16-07

Today I made the program Guess, which prompts the user for a pre-defined character specified in the code, which the user then guesses and the program checks if it is right or not. When I was done coding this program, I then worked no Guess2, which was an upgraded version of the first program. The upgrade includes letting the computer pick a random character every time the program is executed instead of the character being defined in the code. It also uses a different output method than the first Guess program, which is called the bufferedReader method. I uploaded both of these programs to my wiki.

 

10-15-07

Today I finished the program KeyBoardInput. This program asks the user to press a key, and then it shows the key that the user pressed on the screen. I helped people solve errors they had, including alex, and then uploaded the program and its class to my wiki.

 

10-12-07

Today I finished the program PhraseoMatic. It concatenates random strings and outputs them to the console windows using the Math.random() function. I then uploaded it to my wiki.

 

10-10-07

Today I made the program BeerSong program. This program prints out the lines of the song "99 Bottles of Beer on the Wall", and counts down the numbers using the while loop. I fixed errors for the code, and helped other people fix their errors as well. I also uploaded the files to my wiki.

 

10-09-07

Today I made Fibonacci, and also I edited it so it showed the equation and the sequence. I then uploaded the files to my wiki.

 

10-03-07

Today I edited Fizzbuzz.java, and got it so it displayed just "Fizz" or "Buzz" where it used to say "Fizz" or "Buzz" with the number. I then compiled the source-code for Fizzbuzz2, which uses the switch() statement instead of the if() statements as used in Fizzbuzz the original. I uploaded both of the source-codes (Fizzbuzz and Fizzbuzz2) to my wiki. I also helped some people find errors in thier source-code, including Pat, Alex, and Tucker.

 

10-02-07

Today I coded and compiled the FizzBuzz program.

 

9-27-07

Today I finished chapter 9A, and am starting chapter 9B. I plan to finish this chapter, and start learning some things that I don't know already. We should learn about JAVA and not Objected Oriented Programming basics or things that most people already learned about.

 

9-26-07

I plan to finish Kjell Java chapters 7 and 8, and complete the sample programs.

I finished chapter 7, and started chapter 8. I finished chapter 8, and am now starting chapter 9A.

 

9-24-07

I plan to finish Kjell Java chapter 6.

Today I finished HelloWorld and HelloPlanets programs, and I completed chapter 6.

Comments (0)

You don't have permission to comment on this page.