Search:

Type: Posts; User: arhzz

Search: Search took 0.09 seconds.

  1. Re: Determening the output when dealing with exceptions without running the code

    I'll give it a shot,thanks for the suggestion.
  2. Re: Determening the output when dealing with exceptions without running the code

    I kind of want to avoid doing that,but I guess there is no other way.

    EDIT: Okay so I was right for f(3) and f(12).But for f(0) I was wrong,it should be like this;

    f(0) = c f g

    And I am not...
  3. Re: Determening the output when dealing with exceptions without running the code

    Well I already did that,and I've posted what I think would come out for the diffrent values of x.I've redone the task and I think it should be right. What do you think?
  4. Determening the output when dealing with exceptions without running the code

    Hello !

    Consider this code;




    void f(int x) {
    try {
    g(x);
Results 1 to 4 of 4