Search:

Type: Posts; User: Spanky_10

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,396

    Re: Can't compile program!

    Thank you! I finally got it! You can tell I'm definitely new to this
  2. Replies
    7
    Views
    1,396

    Re: Can't compile program!

    I added an array to my code and thought I did it correct but I get an error saying " cannot find symbol -- myIntArray"



    import java.util.Scanner;

    public class EnglishCalculator
    {
    ...
  3. Replies
    7
    Views
    1,396

    Re: Can't compile program!

    I have the whole code better written now and the only thing I cannot figure out is how to change the num1 and num2 to strings that actually print out the digits in words.
    Output should be "nine"...
  4. Replies
    7
    Views
    1,396

    Can't compile program!

    import java.util.*;

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

    ...
Results 1 to 4 of 4