Computer Science, asked by hassanzaib97pbno35, 1 year ago

Write a javascript program that takes a character (number or string)

in a variable & checks whether the given input is a

number, uppercase letter or lower case letter. (Hint: ASCII

codes:- A=65, Z=90, a=97, z=122).​

Answers

Answered by slahotiaug20
1

//Java program to take a character

public class Character

{

public static void main()

{

Similar questions