Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 22: Write a program that creates three random double variables a, b, and c and assigns them values between 0 and 1 using the

  1. Exercise 22: Write a program that creates three random double variables a, b, and c and assigns them values between 0 and 1 using the Math.random( ) method mentioned in the preceding exercise. It then does all of the following:

    1. It prints out the three values.

    2. It prints "All are tiny" if all three values are less than 0.5.

    3. Extra: It prints out "One is tiny" if exactly one of the three values is less than 0.5.

    4. Extra: It prints out "Only two are tiny" if exactly two of the three values are less than 0.5.

Extra: it prints if None is tiny if none of the values are less than 0.5.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

1st Edition

1597496251, 978-1597496254

More Books

Students also viewed these Databases questions