Question: JAVA PROGRAMMING. SEND US OUTPUT SCREENSHOT Codewriting You are given a string text consisting of English letters and spaces. Find all the capital and lowercase

JAVA PROGRAMMING.
SEND US OUTPUT SCREENSHOT
Codewriting You are given a string text consisting of English letters and spaces. Find all the capital and lowercase Fs in it and insert a capital x right before each one of them Example For text - "force", the output should be add beforefs(text) - "Kforce": . For text = "fluffy", the output should be adakbeforeFs(text) - "Kflukffy". Input/Output [execution time limit) 3 seconds (java) [input] string text A string consisting of spaces and English letters. Guaranteed constraints: is text.lengths 105 (output string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
