Computers and Technology
Computers and Technology, 04.12.2019 05:31, Joejar63

When you make taffy (a pliable candy), you must heat the candy mixture to 270 degrees fahrenheit.

write a program that will a cook make taffy. the cook should be able to enter the temperature reading from his/her thermometer into the program. the program should continue to let the cook enter temperatures until the temperature is at least 270 degrees.

when the mixture reaches or exceeds 270 degrees, the program should stop asking for the temperature and print your taffy is ready for the next step! .

here is a sample run of what it should look like:

starting taffy
enter the temperature: 40

the mixture isn't ready yet.
enter the temperature: 100

the mixture isn't ready yet.
enter the temperature: 200

the mixture isn't ready yet.
enter the temperature: 300
your taffy is ready for the next step!
make sure that your output matches this sample run!

how i do dis in java

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 03:10, brylove603
Write a program that begins by reading in a series of positive integers on a single line of input and then computes and prints the product of those integers. integers are accepted and multiplied until the user enters an integer less than 1. this final number is not part of the product. then, the program prints the product. if the first entered number is negative or 0, the program must print “bad input.” and terminate immediately. next, the program determines and prints the prime factorization of the product, listing the factors in increasing order. if a prime number is not a factor of the product, then it must not appear in the factorization. sample runs are given below. note that if the power of a prime is 1, then that 1 must appear in t
Answers: 3
image
Computers and Technology, 22.06.2019 19:30, bstine6678
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
image
Computers and Technology, 23.06.2019 07:30, emilyplays474
What key should you press and hold to select and open multiple files at one time? enter alt control esc
Answers: 1
image
Computers and Technology, 24.06.2019 03:30, etxchrissy
What is the purpose of a computer network needs assessment? to analyze which workers need more training to improve their performance to compare worker productivity to determine what steps employees can take to increase company revenue to evaluate how to move from the current status to the desired goal
Answers: 2