Unlock access to all the studying documents.
View Full Document
Student Name: __________________
Class and Section __________________
Total Points (20 pts) __________________
Due: September 28, 2016 before the class
Project: Phone keypads
CSCI 1301 Advanced Programming Principles
Armstrong Atlantic State University
Problem Description:
The international standard letter/number mapping found
on the telephone is shown below:
Write a program that reads a letter and displays its
corresponding digit.
Analysis:
(Describe the problem including input and output in your own words.)
Design:
(Describe the major steps for solving the problem.)
Submit the following items:
1. Print this Word file and Submit to me before the class on the due day
2. Compile, Run, and Submit to LiveLab (you must submit the program regardless
whether it complete or incomplete, correct or incorrect)
Code Solution:
import java.util.Scanner;
public class Exercise04_15 {