Write a program to input a digit
(029) and print it in words
Answers
Answered by
0
Answer:
In which code?
Explanation:
QBASIC-
SCREEN 11
PRINT '029'
Answered by
0
Answer:
class abc
{
void main()
{
int n=029;
int c=n;
System. out. println(c"="+"Twenty nine") ;
}
}
Similar questions