There's no easy way just remember the words!
In Irish:
1......a haon [a hae-un]
2 .....a dó [a 'though']
3......a trí [a tree]
4......a ceathar [a k-ya-hir]
5 .....a cúig [koo-ig]
6 .....a sé [a shae]
7......a seacht [a shachth]
8......a hocht [a huchth]
9......a naoi [a nn-(u)ee]
10....a deich [a d-yeh]
In Scottish Gaelic:
1 a h-aon
2 a dhà
3 a trì
4 a ceithir
5 a còig
6 a sia
7 a seachd
8 a h-ochd
9 a naoi
10 a deich
you cna you can only count backwards form 10-1
It depends with your speed but it can take you 10^18 light years to count from 1 to 10 sextillion.
int i; for (i=1; i<=10; i++) printf ("%d %d\n", i, i*i);
Irish Linen
Locate 6,1Input "Your Name Please ",Nam$LOCATE 8,1FOR Count=1 to 10Print TAB(5) Count " > ";Nam$Next Count
public class DoWhileLoopDemo {public static void main(String[] args) {int count = 1;System.out.println("Printing Numbers from 1 to 10");do{System.out.println(count++);}while( count
The New Yankee Workshop - 1989 Irish Table 10-1 was released on: USA: 4 April 2009
it is 10. First, you need to count how many 1's there are. 1,2,3,4,5,6,7,8,9,10! There are 10.
1 2 3 4 5 6 7 8 9 10
there are 10 squares if you count 100
Count Duckula - 1988 Castle Duckula Open to the Public 1-10 is rated/received certificates of: Australia:G
Using n bits, you can count to 2n - 1. This is for unsigned integers. So 10 bits = 210 - 1 = 1023 14 bits = 214 - 1 = 16383 To count to 511 you need log2(511+1) = log2(512) = 9 bits. To count to 63 you need log2(63+1) = log2(64) = 6 bits.