Search:

Type: Posts; User: hamee67

Search: Search took 0.07 seconds.

  1. Thread: java

    by hamee67
    Replies
    7
    Views
    1,727

    Re: java

    Write a java program named ConvertDate that converts a date entered by the user into another form. the users inout will have the form
    month day, year

    the month will be one of the word january ,...
  2. Thread: java

    by hamee67
    Replies
    7
    Views
    1,727

    Re: java

    import java.util.*;
    import java.io.*;


    public class convertdate{
    public static void main(String[] args){

    System.out.print("Enter date to be converted: "); // Inputs the...
  3. Thread: java

    by hamee67
    Replies
    7
    Views
    1,727

    Re: java

    need a program that works

    --- Update ---

    every on e is crashing
  4. Thread: java

    by hamee67
    Replies
    7
    Views
    1,727

    java

    write a class namesd fibonacci which when called by the class CalcFib will calcul;ate the fibonacci sequence of numbers. the first two numbers in the Fibonacci sequence are 1 and should be accounted...
Results 1 to 4 of 4