write a short program to input a digit and print it in words
Answers
Answered by
2
Answer:
ok
Explanation:
class hello
import.java.math.lang*
{
void read(String a)
{
int x= a;
System.out.println("the name of the digit is" + x);
}
}
Similar questions