Thread: Help

  1. #1
    Registered User Marvin Flores's Avatar
    Join Date
    Oct 2012
    Posts
    9

    Help

    help me i don`t know how to solve this y=5a-2b on TC c++

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Huh?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User sirama's Avatar
    Join Date
    Jun 2012
    Location
    Bangalore
    Posts
    7
    Declare variables for a and b. Get user input for a and b. Declare variable for y. Then write
    y = (5 * a ) - (2 * b).

    Do you say this not the answer? Then you should elaborate your question.

  4. #4
    Registered User Marvin Flores's Avatar
    Join Date
    Oct 2012
    Posts
    9
    Quote Originally Posted by sirama View Post
    Declare variables for a and b. Get user input for a and b. Declare variable for y. Then write
    y = (5 * a ) - (2 * b).

    Do you say this not the answer? Then you should elaborate your question.
    tnx ^^ sirama

Popular pages Recent additions subscribe to a feed