Computer Science, asked by srishtyverma21, 7 months ago

Write a program to input a digit
(029) and print it in words​

Answers

Answered by karangrewal42
0

Answer:

In which code?

Explanation:

QBASIC-

SCREEN 11

PRINT '029'

Answered by astha524
0

Answer:

class abc

{

void main()

{

int n=029;

int c=n;

System. out. println(c"="+"Twenty nine") ;

}

}

Similar questions