Answer:
30
Explanation:
Java - Using a method, how do I "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. Your program must define and call the following method that returns the number of times the input character appears in the input string.
public static int countCharacters(char userChar, String userString)"
Is the <span>Boot Options window.</span>
The pseudocode of the program serves as a prototype of the program
<h3>How to determine the pseudocode?</h3>
The pseudocode of the program is as follows:
- Start
- Declare array MARKS
- Input MARKS[0] to MARKS[9]
- Sort MARKS
- Print MARKS[9] ----- this prints the highest mark
- Print MARKS[0] ----- this prints the least mark
- FOR I = 0 TO 9; ADD MARK[I] TO TOTAL
- Print TOTAL
- Print TOTAL/10
- Stop
The above pseudocode gets input for the array; then sorts the array before performing the required operations
Read more about pseudocodes at:
brainly.com/question/24735155