answersLogoWhite

0

-9

What else can I help you with?

Related Questions

How do you count backwards from 1 to 10?

you cna you can only count backwards form 10-1


How do you count in Arabic till 10?

1-wahed 2-ethnan 3-thalatha 4-araba'a 5-khamsa 6-setta 7-saba3a 8-thamania 9-tesa'a 10-ashra


What is XXXVIII in Hindu- Arabic numbers?

XXXVIII is '38' That is x = 10 x = 10 x = 10 V = 5 I = 1 I = 1 I = 1 Add 10 + 10 + 10 + 5 + 1 + 1 + 1 = 38


How long does it take to count from 1 to 10 sextillion?

It depends with your speed but it can take you 10^18 light years to count from 1 to 10 sextillion.


What is the pronunciation of the numbers 1-10 in east Arabic?

11


How do you write a program in c that will count from 1 to 10 and its square for each count?

int i; for (i=1; i<=10; i++) printf ("%d %d\n", i, i*i);


What is the Roman numeral LXIX in Arabic numerals?

50 + 10 +(10-1) = 69


What is XIX in Hindu-arabic numeral?

The I before the X means 10 minus 1. This converect to 19 in Arabic numerals.


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


What is the Arabic value of dcxxxii?

The Arabic numeral "dcxxxii" represents the number 632 in standard Hindu-Arabic numerals. In this number, "d" represents 500, "c" represents 100, and "x" represents 10. Therefore, when we add these values together (500 + 100 + 10 + 10 + 10 + 1), we get the total value of 632 in Arabic numerals.


What is MMXVI in Arabic numerals?

2016 (1000 + 1000 + 10 + 5 + 1)


Different betbeen while dowhileloop?

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