Search:

Type: Posts; User: newbwithC++

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    839

    idk how to code it, so i haven't tried anything!!

    idk how to code it, so i haven't tried anything!!
  2. Replies
    4
    Views
    839

    Coding help.

    I need to code y= (-b + (b^2 – 4ac)^1/2 )/2a

    Variables a,b,c,and y are of type float.

    And for this code the square root is exactly the same as it is IRL, like Sqrt 16=4

    Thanks alot :)
  3. Replies
    5
    Views
    1,818

    oh ok that's easy enough. thanks :)

    oh ok that's easy enough. thanks :)
  4. Replies
    5
    Views
    1,818

    So just like Step one:Have user input int....

    So just like
    Step one:Have user input int.
    Step two: Double the int inputted by user
    Step three: Subtract ten
    Step four: display results

    so you mean like that??
  5. Replies
    5
    Views
    1,818

    Homework help

    I need to write an algorithm (step-by-step English phrases and not C++) that allows for the input of an integer value, doubles it, subtracts 10, and
    displays the result. How would i write these...
Results 1 to 5 of 5