Lab 3 - The Cryptogram Lab

JAVA 8 API

THE REAL PHRASE: hello there
AS A CRYPTOGRAM: acbbo facrc

[a = h, b = l, c = e, d = o, e = r, f = t]

Lab Setup

If you work efficiently, you should be able to complete this lab in eighty minutes. The hardest part should be creating the algorithm that randomly will assign different letters to correspond to other letters. Any design concern not explicitly explained allows you the freedom to program it however you choose.

Instructions