Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given the following variables, find methods that answer the following questions. Make sure each answer is a line of code that would actually run. Example:

image text in transcribed
Given the following variables, find methods that answer the following questions. Make sure each answer is a line of code that would actually run. Example: Find a method in the String class that checks the length of s1. Answer: int length-s1.length0: //this answer is a line of code that would actually run Note: You may name the variable that holds your return value (in the example I named it length) anything you like. String s1="seashells" String s2="basketball" int n=3; int n1-4; char letter-'p; char c1-'d; 1) Find a method in the String class that checks if the last letter of s1 is s. 2) Find a method in the String class that checks if the first letter of s2 is b 3) Find a method in the String class that converts s2 into an array of chars. 4) Find a method in the Character class that converts variable letter into an uppercase letter. 5) Find a method in, the Character class that tells us if c1 is uppercase or not. 6) Find a method in the Math class that tells us which is larger: n or n1. 7) Find a method in the Math class that tells us which is smaller: n or n1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced Database Systems For Integration Of Media And User Environments 98

Authors: Yahiko Kambayashi, Akifumi Makinouchi, Shunsuke Uemura, Katsumi Tanaka, Yoshifumi Masunaga

1st Edition

9810234368, 978-9810234362

More Books

Students also viewed these Databases questions

Question

Describe your ideal working day.

Answered: 1 week ago