Search:

Type: Posts; User: ahmed abd elnasser

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,184

    Re: problem !!!!!

    package westfield;

    /**
    *
    * @author TOSHIBA
    */
    public class WestField {

    /**
    * @param args the command line arguments
  2. Replies
    3
    Views
    1,184

    problem !!!!!

    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */
    package westfield;

    /**
    *
    * @author TOSHIBA
    */
  3. Replies
    3
    Views
    1,051

    Re: reading problem !!

    i begin to write a code which read the file Ahmed.text and it didn't see
  4. Replies
    3
    Views
    1,051

    reading problem !!

    i don't know why don't read this texet file


    public static void main(String[] args) {
    File f = new File("Ahmed.txt");
    PrintWriter PW = new PrintWriter(f);
  5. Replies
    3
    Views
    1,267

    Re: coin

    i want the code of this specific java class i havn't any code i need it
    please
  6. Replies
    3
    Views
    1,267

    coin

    write a class called coin
    the coin class should have the following fields
    a string named sideup and held either heads or tails indicating the side of the coin that is facing up

    the coin...
Results 1 to 6 of 6