immortalsoul7861 immortalsoul7861 06-04-2020 Computers and Technology contestada In this exercise, you are given a phrase and need to return that phrase in all capital letters. Example: screaming("Hello World") --> "HELLO WORLD" screaming("good morning") --> "GOOD MORNING" This is in Java.