3.5.4: Yelling public String yell(String statement) string str = ("hello"); return str.toUpperCase(); 3 4


use java


3.5.4: Yelling<br>public String yell(String statement)<br>string str = (

Extracted text: 3.5.4: Yelling public String yell(String statement) string str = ("hello"); return str.toUpperCase(); 3 4
Write a yell method that turns text into

Extracted text: Write a yell method that turns text into "yelling" text. You should take the given text and make it all upper case. For example, yell("hello") should return "HELLO". The method signature should be public String yell(String statement) Hint: You can use the String method .toUpperCase()

Jun 03, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here