answersLogoWhite

0

tahi, rua, toru, wha, rima, ono, whetu, waru, iwa, tekau

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

How do you count to ten in maori?

How To Count to ten in Maori 1 - tahi 2 - rua 3 - toru 4 - wha 5 - rima 6 - ono 7 - whitu 8 - waru 9 - iwa 10 - tekau


When was A Maori Maid's Love created?

A Maori Maid's Love was created on 1916-01-10.


How do you count in maori?

tahi 1 rua 2 toru 3 whā 4 rima 5 ono 6 whitu 7 waru 8 iwa 9 tekau 10


How big is a maori meeting house?

A maori meeting house can be as big as 8 meters by 10 meters.


How do you count up to twenty in Maori?

1Tahi 2Rua 3Toru 4wha 5Rima 6Ono 7whito 8waru 9lema 10tekau


What is plural of Maori?

Maori is the plural of Maori.


When was Count Yourself In created?

Count Yourself In was created on 2006-10-10.


Do skips count as a color in Phase 10?

No, skips do not count as a color in Phase 10.


How do you find the nearest palindrome of any number?

int nearPalin(int n){ int temp = n; int count = 0; while(temp>0){ temp /= 10; count++; } if(count%2 == 0){ count = count/2; while(count--) n = n / 10; temp = n; while(n>0){ temp = temp*10 + n%10; n = n/10; } return temp; } else{ count = count/2; while(count--) n = n / 10; temp = n; n = n/10; while(n>0){ temp = temp*10 + n%10; n = n/10; } return temp; } }


How do you count backwards from 1 to 10?

you cna you can only count backwards form 10-1


Do you have to be Maori to be in the NZ Maori party?

No. If you aren't Maori you can still be in the Maori party.


How do you write 10 times 10 times 10 times 10 times 10 times 10?

Locate 6,1Input "Your Name Please ",Nam$LOCATE 8,1FOR Count=1 to 10Print TAB(5) Count " > ";Nam$Next Count