C# mathematical programming

Discussion in 'C#' started by imported_Bruno, May 20, 2011.

  1. imported_Bruno

    imported_Bruno New Member

    Joined:
    May 20, 2011
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    i would like to write a program that does not use the * operator nor should it use Math.Pow()

    it should ask a user to enter to integers of their choice in the process

    i have one for multiplication using the (+) operator

    "while (num1 > 0 )
    {

    num1--;
    total += num0;

    }
    Console.WriteLine(total);"
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice