Search:

Type: Posts; User: W00tbeer1

Search: Search took 0.19 seconds.

  1. Replies
    7
    Views
    1,287

    Re: No error, but I want criticism

    Sorry to burst your bubble but anybody can write a simple program to make change. I don't think any restaurant would pay for something like that. If you make a whole POS system for restaurants with...
  2. Re: How to place a number in front of a string?!!

    Yeah I don't really know what he is looking for and got lazy and made it really fast.
  3. Re: How to place a number in front of a string?!!

    I used KeyboardReader from TerminalIO, you can change it if you need too. Also change the array size as you need and modify it as you want, I don't know exactly what you're looking for. Hopefully my...
  4. Replies
    14
    Views
    21,832

    Re: Counting Vowels and Consonants in a String.

    Ah yes, thank you for alerting me about that.
  5. Replies
    14
    Views
    21,832

    Re: Counting Vowels and Consonants in a String.

    Wouldn't it be i <= string.length() in your for loop parameters, as you're not including the last character in your string (if I'm not mistaken)
  6. Replies
    10
    Views
    1,309

    Re: What am I doing worng?

    You're just overthinking the whole concept, here is the solution; it compiled and ran fine:


    import java.util.*;
    import java.io.*;
    public class SortStringArray
    {
    public static void...
Results 1 to 6 of 6