answersLogoWhite

0


Best Answer

the value of the exponent n1

User Avatar

Elijah Koch

Lvl 10
3y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the value of the expression of n1?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the value of the expression n1?

the value of the exponent n1


What is the value of the expression (-12)?

the value of the exponent n1


What is multiple branching in gwbasic?

In gw-basic, when program control is transferred depending on a certain condition, it is called conditional transfer of control. To transfer control from one point to multiple points is called multiple branching. Statement used in gw-basic for this purpose is ON.....GOTO. Syntax: ON numeric variable or expression GOTO n1, n2, n3,....... The range o value of numeric variable or expression is 0 t0 255. n1, n2 are valid line numbers where control will be transferred. If the value of numeric variable or expression is 1, the control will be transferred to line number n1, in case of 2 to n2 and so on.


What is the value of the exponential expression 36.5?

36.5 is not an exponential expression! Its value is 36.536.5 is not an exponential expression! Its value is 36.536.5 is not an exponential expression! Its value is 36.536.5 is not an exponential expression! Its value is 36.5


What does it mean to evalutate the expression?

Replace each variable in the expression by its value and then find the value of the expression.


Codings for coprime number in c?

#include<stdio.h> int main(){ int n1,n2; printf("\nEnter two numbers:"); scanf("%d %d",&n1,&n2); while(n1!=n2){ if(n1>=n2) n1=n1-n2; else n2=n2-n1; } printf("\nGCD=%d",n1); return 0; }


To find the value of an expression you need to?

to find the value of an expression, you need to


What is the pmf of trinomial distribution?

P(x=n1,y=n2) = (n!/n1!*n2!*(n-n1-n2)) * p1^n1*p2^n2*(1-p1-p2) where n1,n2=0,1,2,....n n1+n2<=n


What is a expressions that simplifies to the same expression or value?

An equivalent expression.


When you find the numerical value of an expression you what the expression?

You evaluate the expression !! :)


Find LCM and HCF of two given number by using for loop in c?

#include<stdio.h> int main(){ int n1,n2; printf("\nEnter two numbers:"); scanf("%d %d",&n1,&n2); while(n1!=n2){ if(n1>=n2-1) n1=n1-n2; else n2=n2-n1; } printf("\nGCD=%d",n1); return 0; }


What is a variable expression that has a decreasing value as the value of the variable increases?

what is a variable expression that has a decreasing value as the value of thevariable increases?