Question 1) Write a method that takes continuously a positive number from the user and then returns the square of this number. The program continues to run until the entered number is zero. This method should have the following signature: public static double square(double x) Sample run: Enter a positive number: 3 The squared value of 3 is 9 Enter a positive number: 5.5 The squared value of 5.5 is 30.25 Enter a positive number: 0

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter10: Classes And Data Abstraction
Section: Chapter Questions
Problem 15PE
icon
Related questions
Question
100%
What is the solution of this problem using java language?
Question 1) Write a method that takes continuously a positive number from the user and then
returns the square of this number. The program continues to run until the entered number is
zero. This method should have the following signature:
public static double square(double x)
Sample run:
Enter a positive number: 3
The squared value of 3 is 9
Enter a positive number: 5.5
The squared value of 5.5 is 30.25
Enter a positive number: 0
Transcribed Image Text:Question 1) Write a method that takes continuously a positive number from the user and then returns the square of this number. The program continues to run until the entered number is zero. This method should have the following signature: public static double square(double x) Sample run: Enter a positive number: 3 The squared value of 3 is 9 Enter a positive number: 5.5 The squared value of 5.5 is 30.25 Enter a positive number: 0
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Multithreading Methods
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning