answersLogoWhite

0

//A can be any variable and -> represents the sto(store) key function getkey->A //105 is the number of the corresponding key in this case the enter key
if A=105
then
*commands*
end

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Does the TI83 use an operating system?

No. I believe TI83+ and TI84 do use an operating system.


Is a TI83 required for college?

No, it really depends on the college. Some colleges don't allow any calculators for their math classes. Everything that can be done on a TI83 can be done with the human brain, so some professors make tests with easier computations so that you don't have to use a TI83


How do you create folder with c plus plus?

Use function mkdir.


Why to use gotoxy function in c plus plus?

to locate coordinates ..


Can you use the same function name for member function in c plus plus?

Yes. (And of course you could simply try it, instead of asking.)


What is the use of c plus plus function atoi?

Converts a character to integer (if it is a numeric character)


How do you enter a sentence as input in c plus plus?

Use the C++ getline() function from the standard library.


How do you convert numeric value into alpha value in c plus plus programming language?

use the _itoa function


What do you need in a excel cell to calculate a sum?

You need a formula. That formula can use the Sum function or it could use the plus sign, or several plus signs and even several Sum functions. Primarily it is the Sum function and the plus sign that is used for sums.


Which header file is used for gotoxy function in turbo c plus plus?

It's in conio.h, but don't use gotoxy. Use SetCursorPosition() instead.


What is randomize function in c plus plus?

You can use rand(). Make sure that you use srand()to generate the seed for rand() (if you do not, you get so called pseudo random numbers).


What is the operator of power in c plus plus?

There is no "power" operator in C or C++. You need to the use the math library function pow().