@abhinaykumar-DQL43M
•
Oct 25, 2024
Oct 25, 2024
1.1K
How to reduce the lines in this java Program
public
class Manager {
publicstaticvoid main(String[] args) {
String[] units = { " ", "one", "two", "three", "four", "five", "six",
"seven", "eight", "nine" };
String[] teens = { " ",...