Posts by Willian Pinheiro • 16 points
1 post
-
0
votes2
answers25
viewsA: Make a program that receives as parameters a string and a character to be searched for and enter the index of the last occurrence of the character
A good practice in Stackoverflow is to send code using the site’s own text editor (as in the code below), not in image! About your question: class Main { public static void main(String[] args) {…
javaanswered Willian Pinheiro 16