Search:

Type: Posts; User: jreyes2468

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    1,395

    I have no idea where or how to start!!

    Project: File Encryption


    Problem Description:

    Suppose an encrypted file was created using the encoding/decoding scheme . Each letter is substituted by some other letter according to a given...
  2. Replies
    3
    Views
    782

    Problem with division

    import java.util.Scanner;

    public class CountPosAndNegNumbers {

    public static void main(String[] args) {

    Scanner input = new Scanner(System.in);

    int positive = 0;...
Results 1 to 2 of 2