Computer Science, asked by nainabatra14, 1 year ago

write a short program to input a digit and print it in words

Answers

Answered by HarshChahal1090
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