subject
Computers and Technology, 02.11.2019 03:31 kam3864

Here is one class:

public class circle {

// private instance variable
private double radius = 1;
private string color = "red";

// default constructor w/out an argument
public circle() {
}

// constructor that takes in double argument which is assigned to radius
public circle(double r) {

radius = r;
}
public circle (double r, string c){

}

// public method "getradius"
public double getradius() {
return radius;
}

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 18:40
Mariah was working on a multimedia presentation that included both video and audio files. the file was huge, and she wanted to send it to her coworker in another office. she needed to reduce the size of the file so that it could be transmitted faster. the utility she used to do this was
Answers: 2
question
Computers and Technology, 23.06.2019 01:30
1. which of the following is a search engine? a) mozilla firefox b)internet explorer c)google d)safari 2. which of the following statements is true? a) all search engines will provide the same results when you enter the same query. b) all search engines use the same amount of advertisements. c) some search engines are also browsers. d) search engines often provide different results, even when you enter the same query.
Answers: 2
question
Computers and Technology, 23.06.2019 02:00
Which of the following is not a source of sustainable raw materials? a) coal mine b) flick of sheep c) cotton plantation d) line forest.
Answers: 2
question
Computers and Technology, 23.06.2019 12:00
If you're using an existing powerpoint presentation that will receive new slides based on a word outline, select the a. slide that will appear after the new slides. b. first slide in the presentation. c. slide that will appear before the new slides. d. last slide in the presentation.
Answers: 2
You know the right answer?
Here is one class:

public class circle {

// private instance variable
...
Questions
question
Mathematics, 23.11.2020 04:50
Questions on the website: 13722363