answersLogoWhite

0

Alpha characters are: Aa, Bb, Cc, Dd, Ee, Ff, Gg, Hh, Ii, Jj, Kk, Ll, Mm, Nn, Oo, Pp, Qq, Rr, Ss, Tt, Uu, Vv, Ww, Xx, Yy, Zz.

Numeric Characters are: 1, 2, 3, 4, 5, 6, 7, 8, 9, 0.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the alpha numeric character for 1?

The Roman numeral for 1 is I


What is difference between '1' and 1 in c plus plus?

1 is an integral integer type with the numeric value 1. '1' is an integral character type with the numeric value 49. That is, ASCII character 49 returns the symbol '1'. To convert an ASCII character in the range '0' to '9' to its integral numeric value, subtract character '0' from the character. ASCII character '0' has the numeric value 48, thus '1' - '0' = 49 - 48 = 1. To convert a numeric value in the range 0 to 9 to its ASCII character equivalent, add character '0' to the value. Thus 1 + '0' = 1 + 48 = 49 = '1'.


What if your password must be between 8 and 32 alphanumeric characters long and must contain at least 1 alpha and 1 numeric character?

delosreyes.rey41ann_cute0713


How do you write 7.50 in numeric form?

7.50 is in numeric form. To write it as a mixed number, you could write 7 5/10 or 7 1/2 in simplest form.


How do you write an numeric equation with 3 1 35?

3133


How do you write 1 million five hundred dollars in numeric form?

To write 1 million five hundred dollars in numeric form, you would write $1,000,500. The number 1,000,500 represents 1 million (1,000,000) plus 500 dollars. In this numeric form, the comma is used to separate the thousands and millions places, and the dollar sign indicates the currency.


How do you write 1 crore 2 lakhs 26 thousand in numeric?

1,02,26,000


How do you write 2.5 meters by 1 meter in numeric?

2.5 m * 1 m = 2.5 metres2


How do you write 1 million five hundred thousand dollars in numeric form?

$1,500,000.00


How do you write nine and one tenth?

as a numeric decimal, it's 9.1


How do you write 1 point three million in numeric?

1,300,000 One million three hundred thousand


Write a sequence of instructions for sic to set alpha equal to product of beta and gamma?

Lda beta mul gamma sta alpha : alpha resw 1 beta resw 1 gamma resw 1