answersLogoWhite

0

Write a program to calculate first?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

int first= 1;

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Write a program to calculate first?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write socket program in c?

For first find an example program.


Write a program to calculate the area of a cylinder using a function?

give an example of calculation of mathematics


Was hello world the content of the first computer program?

No, "Hello world" is typically the first program assignment in introductory computer programming classes as it is trivial to write and almost useless.


How do you write a program to input radius of a circle and calculate the area or circumferences of the cirlce?

In which computer language?


Write a java script program to print first ten odd natural numbers in C?

Q.1 Write a program to print first ten odd natural numbers. Q.2 Write a program to input a number. Print their table. Q.3 Write a function to print a factorial value.


How do you write a c program that prints a box an oval an arrow and a diamond?

You first learn how to program in C.


How can program for c language?

first think of the logic and then write the statements


Program in 'c' to find the LCM of any given five numbers?

Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.


How do you write a C plus plus program that will display the first 10 positive prime numbers?

By learning how to program on C+.


How save the program in gwbasic?

first run the program then write SAVE" or press F4 then in quotation marks write the name with native file format e.g : Save"programno1.bas"


How do you write a c program to prints name?

Write a c program that reads your first name and surname when you enter them. Each part of your name should not be more than 12 characters. Finally, have the program display your full name.


How do you write an Algorithm for a C plus plus Program?

You don't write an algorithm for a C++ program, unless you are documenting the C++ program after-the-fact. The normal procedure is to write the algorithm first, in a language independent fashion, and then translate that stated algorithm into C++ code, or into whatever language you wish.