Question: The outline for the Code is given and I just have to fill in the braces. I cant change any of the outline. So basically
9:06 AM Sat Feb 2 , 82% 3.if else if_Decoder Feb 2, 2019 at 8:03 AM A+Computer Science DECODER Lab Goal This lab was designed to teach you more else if statements. Lab DescriptionYou are to decode each letter. The following explains how to decode each letter Digits 0-9 become A-J Any other characters become # Files Needed: Decoder.java DecoderRunner.java Sample Data Sample Output Enter a letter : a a decodes to The Character class might prove useful Enter a letter A decodes to a A Enter a letter b decodes to B b ASCII values Enter a letter 0 decodes to A A 65 Enter a lettert t decodes to T a 97 0-48 Enter a letter :: * decodes to # Enter a letter h decodes to H h Enter a letter T decodes to t T import static java.lang.System. public class Decoder private char letter; public Decoder0) public Decoder(char let) public void setLetter(char let) public char deCode0 char result-0 return result; public String toString0 return public class DecoderRunner public static void main( String args(]) add test cases
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
