Question: Need help with the ToDo import java.util.*: class SampleHelper { // This function returns true approx 1 in 10 times. public static Boolean shouldUseTweet() {
Need help with the ToDo
import java.util.*: class SampleHelper { // This function returns true approx 1 in 10 times. public static Boolean shouldUseTweet() { // T0D0: modify this code to only return true about 1 in 10 times //Hint: try using Math.random(). The Random class is useful and a little easier for generating ints: sometimes Math.random() is a little cleaner. return true: } }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
