answersLogoWhite

0

1. Write the program

2. Compile and link it

3. Execute it by entering its name at command prompt

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Write a c programm to find lowest common factor of two numbers?

A waste of time. The lowest common factor of any two numbers is 1.


What is all of the Fibonacci numbers in nature?

Its indefinite: Start with 0,1 add last two numbers = 1 add to sequence = 0,1,1 add last two numbers = 2 add to sequence = 0,1,1,2 add last two numbers = 3 add to sequence = 0,1,1,2,3 add last two numbers = 5 add to sequence = 0,1,1,2,3,5 add last two numbers ......... add to sequence ..........


Write a program to accept 2 numbers and tell whether the product of the two number is equal to or greater than 1000?

C programm


What does add operator do?

Add two numbers.


What numbers must you add to make an even number?

You must add either two odd numbers or two even numbers.


Input two numbers and get the average?

Add the two numbers and divide that by two.


What two prime numbers add up to 119?

No two prime numbers can add to 119.


What do you call the result when you add two numbers?

when you add two or more numbers together, the result is called the sum


What numbers multiply into 150 and add to -19?

To solve this problem, we are looking for two numbers that multiply to 150 and add to -19. Let’s break it down: Product of the two numbers: The two numbers should multiply to give 150. Sum of the two numbers: The same two numbers should add up to -19.


How do you find the average for two numbers?

-- Add the two numbers. -- Divide that total by two.


When you add two numbers together the answer is called?

When you add two (or any number of) numbers together, the result is called the sum.


What are all Fibonacci numbers?

start with 0,1 add together =1 add to sequence, gives 0,1,1 add last two numbers =2 add to sequence, gives 0,1,1,2 add last two numbers =3 add to sequence, gives 0,1,1,2,3 add last two numbers = 5 add to sequence, gives 0,1,1,2,3,5 repeat forever, list is endless