Home / Expert Answers / Computer Science / java-write-a-program-whose-input-is-a-character-and-a-string-and-whose-output-indicates-the-number-pa793

(Solved): Java Write a program whose input is a character and a string, and whose output indicates the number ...



JavaWrite a program whose input is a character and a string, and whose output indicates the number of times the character appears

Write a program whose input is a character and a string, and whose output indicates the number of times the character appears in the string. The output should include the input character and use the plural form, n's, if the number of times the characters appears is not exactly 1. Ex: If the input is: n Monday the output is: In Ex: If the input is: \( z \) Today is Monday the output is: \( 0 \mathrm{z}^{\prime} \mathrm{s} \) Ex: If the input is: n It's a sunny day the output is: \[ 2 n^{\prime} 3 \] Case matters. Ex: If the input is: n Nobody the output is: \( 0 \mathrm{n}^{\prime} \mathrm{s} \) \( n \) is different than \( N \). \begin{tabular}{|l|l} LaB \\ ACTNTY \end{tabular} 4.16.1: LAB: Count characters LabProgram.java Load default template... 1 import java.util.scanner; 3 public class LabProgr am \{ 4 public static void main(String[] args) \{ 5 public static woid main(string[] 6,3 3


We have an Answer from Expert

View Expert Answer

Expert Answer


import java.util.Scanner; public class LabProgram { public static void main(Str
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe