answersLogoWhite

0

int x= 1;

int y= 2;

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Write a program in c plus plus to compute first of non-terminal?

there is no solution of this problem...........that's it..........


Write a program in C to compute expansion 1 plus Xpwr2byfact2 plus Xpwr4byfact4 Xpwr6byfact6 plus .......?

#include ...double x, y;...y = cosh (x);


Can you write a program to read a set of scores from a file and compute the average and print it on the screenby c plus plus?

Yes. Use cin and/or getline to read the formatted data into an array, compute the average then output the result using cout.


A program c plus plus on automorphic numbers or not?

how to write a program that counts automorphic number from 1 to 999


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+.


Write a program in c plus plus to implement macro processor?

Don't write, it is already written, google for 'cpp'.


Do I need to write a program to find a substring in a given string in c plus plus?

No.


How do you write program to convert meter to kilometer in c plus plus?

Divide it by 1000.


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.


How many classes can we write in a single c plus plus program?

Its limited only by available memory.


Here are three consecutive integers n n plus 1 n plus 2 Find an expression for the sum of these integers Write your answer as simply as possible?

n + n+1 + n + 2 = 3n+3 = 3(n+1)


How do you write a C plus plus program that displays a pyramid of Xes on the screen using a for loop?

printf ("x")