Search:

Type: Posts; User: thecraetiveman

Page 1 of 2 1 2

Search: Search took 0.25 seconds.

  1. Re: How i can solve this question? help me please ...

    thanks my dear i use your way and it successful thanks for you ...
  2. Re: How i can solve this question? help me please ...

    thank you very math my friend ok i will do it
    it look show the result and close directly >>
  3. Re: How i can solve this question? help me please ...

    is it ok now ?

    import java.util.Scanner;


    public class a{
    public static void main(String[] args){
    for (double i = 0; i <9; i++) {

    Scanner scan=new Scanner(System.in);
  4. Re: How i can solve this question? help me please ...

    4 errors found:
    File: C:\Users\Quick age\Desktop\a.java [line: 26]
    Error: C:\Users\Quick age\Desktop\a.java:26: 'else' without 'if'
    File: C:\Users\Quick age\Desktop\a.java [line: 27]
    Error:...
  5. Re: How i can solve this question? help me please ...

    it is not working

    import java.util.Scanner;


    public class a{
    public static void main(String[] args){
    for (double i = 0; i <9; i++) {

    Scanner scan=new Scanner(System.in);
  6. Re: How i can solve this question? help me please ...

    where i have to put System.exit(0);?
  7. Re: How i can solve this question? help me please ...

    thanks my frend but how i can stop the program when i unter negative number ?>
  8. Re: How i can solve this question? help me please ...

    because if it is less than zero it will equal negative
    can you help me to done this step if you allow ?
    i have to done the program
  9. Re: How i can solve this question? help me please ...

    if ( r < o)
    System.out.println("r is negative");
    else
    System.out.println("positive");
  10. Re: How i can solve this question? help me please ...

    1 error found:
    File: C:\Users\Quick age\Desktop\a.java [line: 21]
    Error: C:\Users\Quick age\Desktop\a.java:21: cannot find symbol
    symbol : variable o
    location: class a


    the console :...
  11. Re: How i can solve this question? help me please ...

    import java.util.Scanner;


    public class a{
    public static void main(String[] args){
    for (double i = 0; i <9; i++) {

    Scanner scan=new Scanner(System.in);

    double a,r,p;
  12. Re: How i can solve this question? help me please ...

    ok where i have to but the if statement and why it is not working with my?
  13. Re: How i can solve this question? help me please ...

    mport java.util.Scanner;


    public class a{
    public static void main(String[] args){
    for (double i = 0; i <9; i++) {
    if (r < o)
    System.out.println("r is negative");
    else
    ...
  14. Re: How i can solve this question? help me please ...

    r the radius
  15. Re: How i can solve this question? help me please ...

    please can you solve the problem for me i have to end it before i sleep i have to submit it tomorrow ? the time with me now 11:47 pm
  16. Re: How i can solve this question? help me please ...

    import java.util.Scanner;
    public class ty {
    public static void main(String[] args){
    Scanner input= new Scanner(System.in);
    System.out.println("Enter a number");
    int...
  17. Re: How i can solve this question? help me please ...

    sorry i am not have any idea ?
    can you explain more?
  18. Re: How i can solve this question? help me please ...

    i dont know can you help me ?
    where is my mistake exactly?
  19. Re: How i can solve this question? help me please ...

    i use this but am still have a problem

    for (double i = 0; i < 9; i++) {
    if (i<0)
    System.out.println("print i");
    else
    System.exit(0);
  20. Re: How i can solve this question? help me please ...

    i am still can not stop the program

    import java.util.Scanner;


    public class a{
    public static void main(String[] args){
    for (double i = 0; i < 9; i++) {
    if (i<0)
    System.exit(0);
  21. Re: How i can solve this question? help me please ...

    thanks for your reply ,
    i see the link but i am still not able to solve this problem The program should use both method and display the two results for each radius that is input until a negative...
  22. Re: How i can solve this question? help me please ...

    hi, sorry i answer late,
    i try to do the program but i have problem with the loop
    mport java.util.Scanner;


    public class a{
    public static void main(String[] args){

    Scanner scan=new...
  23. Re: How i can solve this question? help me please ...

    ok, can you solve the question for me and i will understand it
    sorry for this request but i have a lot of home works and i have to done a research and i have midterm and quize can you help me ?
  24. Re: How i can solve this question? help me please ...

    i know how i can write a java program but i am not understand how i can solve this question
    i think i have to use scanner and loop an method but i am confusing because of the stress of the study . ...
  25. Re: How i can solve this question? help me please ...

    i do not know who i can solve this question can you help me?
Results 1 to 25 of 26
Page 1 of 2 1 2