Modify the CharacterInfo class shown in Figure 7-3 so that the tested character is retrieved from user

Question:

Modify the CharacterInfo class shown in Figure 7-3 so that the tested character is retrieved from user input. Save the file as InputCharacterInfo.java.

public class CharacterInfo { public static void main(String[] args) char aChar = 'C'; System.out.println(

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Java Programming

ISBN: 978-1337397070

9th edition

Authors: Joyce Farrell

Question Posted: