Search:

Type: Posts; User: Dr.UaE

Search: Search took 0.36 seconds.

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

    public class Square {


    public static void main(String[] args) {


    int max=5;


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

    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    void is an invalid type for the variable Sq
    Syntax error on token "(", ; expected
    Syntax error on token ")", ;...
  3. Re: Please need a help with my homework (math methods)

    can you show me in simple codes please,

    thank you for your post
  4. Re: Please need a help with my homework (math methods)

    For the first problem, I have tried this code but still wrong!


    public class SquareAst

    {

    public static void main (String [args]){

    sq();
  5. Re: Please need a help with my homework (math methods)

    I'm having a problem creating the whole code, I don't know how to use math methods to solve these problems..
  6. Re: Please need a help with my homework (math methods)

    Yes, also we have to use the main to call the methods.
  7. Please need a help with my homework (math methods)

    Hello, I really need some help on some Java programming homework that is due tonight&tomorrow. Here is the homework (3 problems):

    1) (Displaying a Square of Asterisks) Write a method...
Results 1 to 7 of 7