Mark Miedaner

Greenhorn
+ Follow
since Feb 18, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mark Miedaner

Hi Rashid.
I'm in a similiar situation as you in that I am preparing to submit my code for Say 4a.
In general, a method is just a function or subroutine. A function has to return a value. While searching past posts, I came across one relating to a method for the Say assignment. It goes:
Paul Wheaton made a good suggestion in another message that really helped me. He said...
quote:
For some cattle drive folks I add the requirement that I want
them to make a method that introduces some abstraction.
The method will take and integer and the value must be in
the range of 0 to 999. It will then "say" that value.
If you have such a method, writing your main becomes much
easier. From within this new method, your task becomes
much easier. The whole program falls together.
He's right, once you have done this the program seems to be much
easier to write and you can easily add other methods to handle thelarger numbers. One other side note, don't forget about negative numbers! (end quote)
Hope this helps.
22 years ago
Thanks so much for your suggestions. I'm going to try the various web servers mentioned and see which one seems to work best. Best wishes.
23 years ago
I am new to Java, having worked with visual basic before. I would like to set up a web server to practice using servlets and jsp. What would be the best free web server to download to work with windows 98? Thanks much for any help.
23 years ago