answersLogoWhite

0

He is an Imp (a young demon) on the demon island of Hybras. He is also one of the first demon warlocks since the island was moved out of time.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Can someone explain to me dimensional travel in Artemis Fowl The Lost Colony. I am especially confused how the demon N1 was able to go back to Limbo after taking off his anchor?

Because there was so much silver close by. Sorry its not very detailed I did my best.


Who are the main characters in the book Eoin Colfer?

well if you are talking about the Artemis fowl books then the main characters are Artemis fowl, butler, holly short, commander root, foaly, (and in other books) n1 (means number one; a demon), opal koiboi, and mulch diggums


What are five songs that relate to Artemis Fowl The Lost Colony?

Cruella di vill I say a good song to fit Artemis is "Man of the House". It's a good song for Artemis while his father was missing. There's an AMV on Youtube with it: http://www.youtube.com/watch?v=pRJs-UO5fGo "It's all comming back to me now" sort of depicts Artemis's and Holly's relationship.... "Bet on It." Perfect for Arty.


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; }


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


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 the value of the expression n1?

the value of the exponent n1


What is the value of the expression of n1?

the value of the exponent n1


How can you create calculator in computer language cpp?

void main() { int i; float n1,n2; abc: printf("Enter two nos "); scanf("%f%f",&n1,&n2); printf("\n %f + %f = %f " ,n1,n2,n1+n2); printf("\n %f - %f = %f " ,n1,n2,n1-n2); printf("\n %f x %f = %f " ,n1,n2,n1*n2); printf("\n %f / %f = %f " ,n1,n2,n1/n2); printf("\npress 5 to make another calculation"); scanf("%d",&i); if (i==5) goto abc; }


What is the sum of the 10 positive integers?

The sum of the first 10 positive integers, using the formula N1 + (N1 + 1) + ... + N2 = N2 * (N2 + 1) / 2 - (N1 - 1) * N1 / 2 is: 55


What is the movie price at N1 City?

what are the price of a movie ticket at N1 city


Is the ground state of an atom when n1 or n0?

The ground state of an atom is when n1, not n0.