Search:

Type: Posts; User: sarasaleem

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    2,423

    Re: Help for java beginner

    Anyways thanks for your advice i already solved it by myself .
  2. Replies
    6
    Views
    2,423

    Re: Help for java beginner

    Its not an homework assignment ,i started learning java and was stuck with a question that i am trying to do .So just asked for help.That's it
  3. Replies
    6
    Views
    2,423

    Help for java beginner

    import java.util.Scanner;
    2
    3 public class HexToDecimalConversion {
    4 /** Main method */
    5 public static void main(String[] args) {
    6 // Create a Scanner
    7 Scanner input = new...
Results 1 to 3 of 3