Search:

Type: Posts; User: Kseidel

Search: Search took 0.14 seconds.

  1. Thread: File Input

    by Kseidel
    Replies
    1
    Views
    1,149

    File Input

    Hello all

    I require a bit of help with my program I am attempting to build. The final purpose of it is to allow a user to, through a keypad on a GUI enter a string of 5 numbers (a zip code), which...
  2. Thread: Encryption

    by Kseidel
    Replies
    5
    Views
    1,197

    [SOLVED] Re: Encryption

    Ok, I get what your saying there, thank you, that logic is extremely helpful. How might I get it to skip white spaces though, in case I have for instance, a phrase that needs to be encrypted? An if...
  3. Thread: Encryption

    by Kseidel
    Replies
    5
    Views
    1,197

    [SOLVED] Re: Encryption

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.text.*;
    import java.util.Random;

    public class Encrypt extends JFrame
    {
    private String dCountry; //string...
  4. Thread: Encryption

    by Kseidel
    Replies
    5
    Views
    1,197

    [SOLVED] Encryption

    Ok, I am having an issue with the encryption program I am trying to write.
    Basically, I need to have the user enter a string and encrypt it.
    I have a variable for the string, an array for the...
  5. Replies
    2
    Views
    1,167

    Class Driver help

    Hello all, I require some help and I hope I am in the right forum.
    I have a project I am attempting to do requiring me to build a window that accepts an input for a student ID number, and answers...
  6. Replies
    3
    Views
    1,599

    [SOLVED] Re: for loop assistance

    I apologize, I have been at this for a while. Essentially I cannot get my for loop to work correctly and calculate the investment after so many iterations of the for loop, and when I try to change...
  7. Replies
    3
    Views
    1,599

    [SOLVED] for loop assistance

    Hello all. I will not try to skip around and just say it flat out. I need help with some homework. I need to write two loops for a program, and right now I am attempting to code a for loop for the...
Results 1 to 7 of 7