Search:

Type: Posts; User: w0ooop

Search: Search took 0.09 seconds.

  1. what wrong?? the value of the letter couldn't recognize

    how should the letter could be recognize?? public static void main(String[] args) {
    int A = 20,B = 4,C=7,D = 9, E = 10, F = 15, O = 6, U = 12, S = 12;
    int sum,letters=0,q,w;

    Scanner scan = new...
  2. can i ask how can a letter with value can be recognize in a program??

    can i ask how can a letter with value can be recognize in a program??

    1. accept 1-5 letters.
    2. each letter corresponds to a number.
    3. generates the sum of the numbers selected.
    4.displays the...
  3. please help !need rush. i dont know how the computations should be done.. :(

    create a program that will perform the following operation
    1. accept 1-5 letters.
    2. each letter corresponds to a number.
    3. generates the sum of the numbers selected.
    4.displays the average of...
Results 1 to 3 of 3