Search:

Type: Posts; User: kassavetova

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,088

    [SOLVED] Re: Simple Problem!

    No worries, I managed to figure it out ! :)
  2. Replies
    4
    Views
    1,088

    [SOLVED] Re: Simple Problem!

    thank you. Have found a solution, not sure why I never thought of this before!



    for (int i=1; i<=Integer.parseInt(args[0]); i++)
    {


    if (i%15==0)
  3. Replies
    4
    Views
    1,088

    [SOLVED] Simple Problem!

    Hello,

    I was trying to write a program that checks if any of the numbers that the user inputs are divisible by 3 5 or both. If the number is divisible by 3 it prints out "Fizz", if divisible by 5...
Results 1 to 3 of 3