User Profile

Collapse

Profile Sidebar

Collapse
mshroom12
mshroom12
Last Activity: Apr 17 '08, 12:59 AM
Joined: Feb 14 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mshroom12
    started a topic Java Programming Help
    in Java

    Java Programming Help

    Hello to all. I am having difficulty trying to do this Java project using Eclipse. The following is what I have to do.

    Election Day It's almost election day and the election officials need a program to help tally election results. There are two candidates for office -- Polly Tichen and Ernest Orator. The program's job is to take as input the number of votes each candidate received in each voting precinct and find the total number of...
    See more | Go to post

  • mshroom12
    started a topic Programming for Date Validation
    in Java

    Programming for Date Validation

    I am having trouble with the following project on hand. I use Eclipse to do my work in Java. This is what I'm supposed to complete.

    Date Validation

    In this exercise you will write a program that checks to see if a date entered by the user is a valid date in the second millenium. A skeleton of the program is in Dates.java. Open this program and save it to your directory. As indicated by the comments in the program, fill...
    See more | Go to post

  • mshroom12
    replied to Help with Program!
    in Java
    Here's the list of errors that showed up after I ran the program,

    The method Double() is undefined for the type TimeDuration
    The method Double() is undefined for the type TimeDuration
    The method println(String) is undefined for the type Class

    at TimeDuration.ma in(TimeDuration .java:10)...
    See more | Go to post

    Leave a comment:


  • mshroom12
    replied to Help with Program!
    in Java
    That looks like the exact same thing with no changes....
    See more | Go to post

    Leave a comment:


  • mshroom12
    started a topic Help with Program!
    in Java

    Help with Program!

    Currently I was assigned an assignment that goes like this:

    Write an application that reads values representing a time duration in hours, minutes and seconds and then prints the equivalent total number of seconds.

    I use Eclipse to write my software and not that familiar with Java.

    Here's what I got so far.

    [CODE=java]public class TimeDuration {
    //
    // Prints a time duration...
    See more | Go to post
    Last edited by Ganon11; Feb 14 '08, 03:36 AM. Reason: Please use the [CODE] tags provided.
No activity results to display
Show More
Working...