Search Result

Collapse
7 results in 0.0043 seconds.
Keywords
Members
Tags
calculator
  •  

  • rse2
    started a topic Help with this HTML calculator code please?

    Help with this HTML calculator code please?

    Hello, I am having a little trouble with this code. I am trying to have it both Add and Subtract in the form. So far it is not displaying the answer to subtraction problems. Can you please give me a hint or help me?

    Code:
    <HTML>
    <HEAD>
    <TITLE>Calculator</TITLE>
      
    <SCRIPT LANGUAGE="JavaScript">
    
    
    function CalculateSum(Atext, Btext, form)
    {
    var A =
    ...
    See more | Go to post
    Last edited by NeoPa; Oct 5 '11, 10:47 PM. Reason: Fixed [CODE] tags

  • Unreachable code in function main()! cannot make it work!

    I just started programming, and I followed a tutorial to make a calculator. Once I was done, I wanted to make it more advanced, so it wouldn't crash if I try to divide by 0, but instead not giving me the choice of dividing. I thought I was done, but then it simply just skipped the part where it actually shows the result. I tried to fix it, but now I get the calculator.cpp 58: Unreachable code in function main() error.
    This is my code. Anyone...
    See more | Go to post
    Last edited by DavidSS; Oct 24 '10, 12:58 PM. Reason: Found a solution

  • How do I covert height from Feet (ex: 5'8") to inches in a BMI Calculator?

    I am having trouble trying to figure out a way to convert the feet to inches and have this still work. i have ran into a brick wall pretty much and could use all the help i could get.

    The correct output code is suppose to look like this:
    Code:
    What is your height (e.g., 5'8"):
    what is your weight (in pounds):
    Your BMI is...
    So far my code looks like this, because i can not figure out a way...
    See more | Go to post

  • age calculator that calulates age in days months yrs minutes seconds

    I need to make an age calculator which inputs the date of birth from user and calulates age respectively. The age is shown in days,yrs,months , hours minutes and seconds.
    See more | Go to post

  • Is it possible to build bluetooth in a Calculator?

    Dear bytes.com-users,

    this is my first time hear and I came here when I was looking for a way to build bluetooth in my calculator. Is it possible? If the answer is yes, than how is it possible?
    My knowledge of english and technique are both minimum, so please don't use any professional names or things like that! I like to study on things that I really want to do, so if there is any possibility please tell me!

    ...
    See more | Go to post

  • chean
    started a topic write a simple code for calculator
    in Java

    write a simple code for calculator

    Write a program that creates a simple calculator . The user enters two numbers in the text fields, Number 1 and Number 2. There are 4 buttons, labeled with “Add”, “Substract”, “Multiply” and “Divide”. When the user clicks any one buttons, the result of the operations to the two integers will be displayed in the Result text field. The program handles two kinds of exceptions:
    • NumberFormatExc eption if Number 1 or Number...
    See more | Go to post

  • pepsy11
    started a topic 2 equations 2 unknown Calculator

    2 equations 2 unknown Calculator

    I am trying to make a windows app where i can write to equations, in 2 textboxes, with 2 unknown, x and y, and then press a button and get the x and y written in a label or something.
    I have tried to make it myself and i have used about 10 hours the last 2 days so now i have to just ask for help.

    The app hould calculate x and y by this formel(on danish it is called "determinan t-metoden" and i would translate it to...
    See more | Go to post
Working...