Search:

Type: Posts; User: pawan4angel

Search: Search took 0.16 seconds.

  1. Re: Please need a help with my homework (math methods)

    just type "System.out.print("*");" in_place_of "System.out.println("*");", and your program will run fine........
  2. Re: Please need a help with my homework (math methods)

    1. How to print * Square

    class Square
    {
    psvm(String args[])
    {
    // take input from user in max variable; like max=5

    for (i=0;i<max;i++)
    {
  3. Re: Please need a help with my homework (math methods)

    1. take number from user using scanner class, and run loop inner and outer loop to print square *
    2. take radius from user using scanner class, calculate area=pie*radius
    3. take perpendicular and...
Results 1 to 3 of 3