answersLogoWhite

0


Best Answer

k = you - int (you / j) * j;

You can also use, if your language supports the modulus (%) operator...

k = you % j;

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the statement that stores the remainder of dividing the variable you by j in a variable named k?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering
Related questions

What statement describes how to measure a particular variable?

One gram of wood stores 16,000 J.


What is a pointer in programming?

pointers are the variable which stores the address of another variable.


In pointers what is the use of pointer variable?

Pointer is a variable that stores the address of another variable . So pointer basically stores the address of another variable and size of pointer can be evaluated by using sizeof operator.


What is the difference between pointer variable and simple variable What are the advantages of pointer variable?

normal variable stores a value of the given datatype where as the pointer variable stores the address of a variable. for example int n=10; int *p; p=&n; here p is a pointer variable and n is a normal variable.p stores the address of n where as n stores an integer value. *p prints the value of n,p prints the address of n.


Define pointer in C?

Pointer is a variable, A variable that stores the address of another variable. Size of a pointer is 2 bytes.


Which environment variable stores the users path to their home directory?

The HOME environment variable has this information.


Define pointer to pointer in c?

Double (**) is used to denote the double pointer. As we know the pointer stores the address of variable, Double pointer stores the address of any pointer variable. Declaration : int **ptr2Ptr;


What is pointer why you use pointer?

Pointer is a variable that stores the address of another variable. Since pointer is also akind of variable, thus pointer itself will be stored at a different memory location.


Where can you find a calculator for dividing radicals?

There are several online stores that sell calculators for dividing radicals. If you can not afford to buy one at the moment, there are many websites that offer the use of these calculators.


What is the mission statement of Dunnes Stores Ireland?

dunnes stores aiming for bigger penises around the world...


Which statement is true about the nervous system is true?

It stores information


What is the purpose of PATH variable in Linux?

It's an environment variable that stores the paths of commonly used executables. All OSes have this set, even on Windows.