Search:

Type: Posts; User: Cranky

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,305

    Re: New to programming

    public class tablestools {

    public static void main(String[] args)
    {
    int s,t;
    //100 = 3s + 4t;

    s = (100-4t)/3;
    t = (100-3s)/4;
  2. Replies
    7
    Views
    1,305

    Re: New to programming

    I am asked to list all the possible solutions.
  3. Replies
    7
    Views
    1,305

    Re: New to programming

    I did that at first. I know it is a linear equation,the last exercise my teacher gave me was a quadratic equation.
    anyway,I would turn the equation in terms of t or s.
    but I am not sure how to...
  4. Replies
    7
    Views
    1,305

    New to programming

    hi, I am very new to programming and i need help on on this question
    "a table have 4 legs, a stool have 3 leg, given 300 legs, find number of tables and stools."

    it is to be done with public...
Results 1 to 4 of 4