Search:

Type: Posts; User: proera92

Search: Search took 0.14 seconds.

  1. Replies
    1
    Views
    849

    Need help with my java code! [URGENT]

    import javax.swing.*;
    class IndependentProject{
    public static void main(String str[]){
    int score=0;
    int chance1=0;
    int rymeagain1=0;
    int guess2=0;
    int a=(int)(1+Math.random()*3);

    do{
  2. Replies
    2
    Views
    2,328

    Re: Need ideas for a Java Project

    So far, only this site.
  3. Replies
    2
    Views
    2,328

    Need ideas for a Java Project

    Assigned a project where you have to make a game is supposed to: ask the user an input in the form of numbers and words, use conditional statements(if-else and switchs), use loops (While or...
  4. Replies
    3
    Views
    1,490

    Re: Help with a java assignment

    I know what i'm supposed to do, just not how to express it through the java language,

    Here's what I got so far:



    import javax.swing.*;
    class GuessMultiple{
    public static void main(String...
  5. Replies
    3
    Views
    1,490

    Help with a java assignment

    I need help making a java program that allows the user to enter two numbers, and the program should list multiples of the first number to check if the second number is a multiple of the first. If it...
Results 1 to 5 of 5