Search:

Type: Posts; User: makarov

Search: Search took 0.10 seconds.

  1. How to get a sum value from items listed in array ?

    ----
    if (e.getSource() == btnPayment){
    int sum = 0;
    for (int i=0; i < pickedCars.length; i++){
    sum = (int) (sum + pickedCars[i].getValue());
    txfTotal.setText("Your payment so...
  2. Help!how to get a graphical display of this game

    import java.io.BufferedReader;
    import java.io.IOException;
    import java.io.InputStreamReader;

    /**
    *
    */
    public class Hangman {
    public static void main( String[] args ) {
    ...
  3. Replies
    1
    Views
    2,435

    Help! how would you code these simple games?

    This game should generate 3 random colours, in the 3 coloured boxes to simulate the rolling of 3 dice. The player chooses in the 3 drop down menu below the dice as guesses for what will be thrown....
  4. Replies
    0
    Views
    1,934

    Urgent Help needed with java codes

    Hello everebody out there!

    I am new to this forum, my name is Andy (17), and I am student. I am doing a Java programming course and I am really struggling as I find it very difficult subject. But,...
Results 1 to 4 of 5