Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions Icon

Related questions

Question

JAVA Programming Problem 5 – CharacterArray

Write a program which will store the following string into a character array:

6901 Sudley Road Manassas VA

Your program will display each original character, determine and display whether the character is a digit or a letter, and redisplay the character according to the directions below.

Directions

 

  • Create a class called CharacterArray.
  • The scanner class is not required. Initialize the character array with the given string.
  • Write a program which will accept an alpha numeric string at the keyboard.
  • Store the string, of any length, into a character array, for example:
    RBDB Manassas Campus 6901 Sudley Road Manassas VA 20109
  • For each visible character:
  • Display the original character
  • Determine and display whether the character is a digit or a letter
  • If the character is a lower case letter, redisplay the character in upper case
  • If the character is a upper case letter, redisplay the character in lower case
  • If the character is a digit, display it as an * (asterisk)
  • Display your output using clear and appropriate messages.
Expert Solution
Check Mark
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education