subject
Computers and Technology, 10.11.2020 04:40 nanda22

Convert this pseudocode to java: READ "Did it rain today?"
IF answer is yes THEN
READ a random value between 0 and 1
IF the random value is less than or equal to 0.45 THEN
No change! It is a wet day
ELSE
Change! It is a dry day
ENDIF
ELSE
READ a random value between 0 and 1
IF the random value is less than or equal 0.12 THEN
Change! It is a wet day
ELSE
No change! It is a dry day
ENDIF
ENDIF

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:00
Write a program that uses a widgetviewer object to do the following: generate two random integers between 1 and 9 (inclusive). name one of them x, the other y. display them to the user using jlabel objects. create a jlabel object displaying the text "enter an operation number." create a jtextfield for the user's input. create a jbutton displaying the text "press here when you've entered your operation." use addandwait to add it to the widgetviewer object. when the user clicks the jbutton, evaluate operation in the following order to determine the one and only mathematical operation to perform on x and y. use a jlabel to display the result. if operation is between 1 and 10 inclusive, add x and y. if operation is evenly divisible by 4, subtract y from x. if operation is evenly divisible by 5, use integer division to divide y into x. if operation is an even number, use floating point division to divide y into x. if none of the other tests on operation apply, multiply x and y. note: operation can be negative or zero.
Answers: 2
question
Computers and Technology, 23.06.2019 16:00
Kenny works with an it company. his company is about to launch new software in the market. he has to ensure that this new software is functional and meets all of the quality standards set up at the planning stage. which job profile is kenny likely to have? kenny is likely to have the job profile of a blank .
Answers: 2
question
Computers and Technology, 24.06.2019 15:30
During the software planning process, rick, a project manager, finds that his team has made an incorrect estimation of funds. what kind of risk has rick identified? rick has identified a risk.
Answers: 1
question
Computers and Technology, 24.06.2019 23:00
What is a current gdp and what is a real gdp?
Answers: 1
You know the right answer?
Convert this pseudocode to java: READ "Did it rain today?"
IF answer is yes THEN
READ a...
Questions
question
Mathematics, 10.11.2020 17:20
question
Mathematics, 10.11.2020 17:20
Questions on the website: 13722367