subject

Problem 1: Write a program named GradeDistribution. java, that accepts a number N from the command argument list, Use the number N to initialize an int array with the size of N, then assign a random grades to each elements of the grades array. Calculate and display the average grades.

Problem 2:
Write a program named TossingCoiSimulation. java, that accepts a number N from the Cmd argument list. Your program will generate N random numbers: either 0 or 1, then count and display the number of 0s and 1s.

Problem 3:
Write a program named CountChar. java, implement a method specified below:

public static int countChar(char c, String str)

This method counts the number of occurrence of the character c in the String str.

Then test your method as follows:

1. Pass a character and a string as arguments to the main method
2. Call countChar method
3. Print how many times the character appears in the String

For example, if you pass the argument o "Introduction to Java Program", your program should display:

The character "o" appears in the String 4 times.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:10
10. when you create a pivottable, you need to specify where to find the data for the pivottable. is it true
Answers: 2
question
Computers and Technology, 22.06.2019 19:30
When creating a presentation in libre office impress, where does the editing of slides take place? a. the slides panel b. the center panel c. the tasks panel, under the masters pages tab d. the tasks panel, under the layouts tab
Answers: 1
question
Computers and Technology, 23.06.2019 22:50
An environmental protection agency study of 12 automobiles revealed a correlation of 0.47 between engine size and emissions. at 0.01 significance level, can we conclude that there is a positive association between the variables? what is the p value? interpret.
Answers: 2
question
Computers and Technology, 24.06.2019 00:20
Describe a data structures that supports the stack push and pop operations and a third operation findmin, which returns the smallest element in the data structure, all in o(1) worst-case time.
Answers: 2
You know the right answer?
Problem 1: Write a program named GradeDistribution. java, that accepts a number N from the command...
Questions
Questions on the website: 13722363