Search:

Type: Posts; User: coke32

Search: Search took 0.11 seconds.

  1. Thread: need help fast

    by coke32
    Replies
    6
    Views
    1,565

    Re: need help fast

    well i guess i'll just take a zero because i have absolutely no idea.
  2. Thread: need help fast

    by coke32
    Replies
    6
    Views
    1,565

    Re: need help fast

    well I got it to print the correct number of characters by printing "?" instead of guess. but "?" is taking place of spaces, i tried to do an if statement where as if the charAt(i) wasn't between 'a'...
  3. Thread: need help fast

    by coke32
    Replies
    6
    Views
    1,565

    Re: need help fast

    yea idk if i'm just overlooking this problem, but my entire class seems to be having trouble with this "simple" task. I can't get the secret phrase to be displayed as a hidden message with ?'s. not...
  4. Thread: need help fast

    by coke32
    Replies
    6
    Views
    1,565

    Re: need help fast

    import java.util.Scanner;
    public class Exam01 {

    /**
    * @param args
    */
    public static void main(String[] args) {
    // TODO Auto-generated method stub
    Scanner stdIN = new...
  5. Thread: need help fast

    by coke32
    Replies
    6
    Views
    1,565

    need help fast

    Need help figure out a way using for loops or while loops to convert a string into astericks or question marks except not the white spaces.

    Example:

    I am going to sleep ==> * ** ***** ** *****...
Results 1 to 5 of 5