Search:

Type: Posts; User: Spanky_10

Search: Search took 0.20 seconds.

  1. Replies
    5
    Views
    1,511

    Changing digits to words

    import java.util.*;

    public class StudentInformation
    {
    public static void main (String [] args)
    {
    Scanner scan = new Scanner (System.in);

    ...
  2. Replies
    5
    Views
    1,511

    How to convert a digit to words

    I am trying to figure out how to convert digits from 0 to 9 to words in my program.
    What is the proper code to do this?

    I have found examples online but none of them are working with my code. ...
Results 1 to 2 of 2