Unlock access to all the studying documents.
View Full Document
Name:_______________________
Covers Chapters 4-5
CSCI 1301 Introduction to Programming
Armstrong Atlantic State University
Instructor: Y. Daniel Liang
Solution:
Part I.
(a)
i is 4
Part II:
(a)
public class Test {
(b)
import java.util.Scanner;
if (Character.isLowerCase(s.charAt(i))) {