Computers and Technology
Computers and Technology, 10.07.2019 03:40, nayshia

When running javaapplication8, the following output is seen on the display: addition(2,3) = 5 javaapplication. java is given below with some missing parts in the circuit class and printcircuit method (missing parts are identified by dots): class circuit{ private string operation; private int number1, number2, output; public circuit(int n1, int n2){ …} public void setnumbers(int n1, int n2){ …} public void setoperation(…){operation=op; } public void setn1(int n){number1 = n; } public void setn2(int n){number2 = n; } public void setoutput(int n){… = n; } public … getoperation(){return operation; } public … getn1(){return number1; } public int getn2(){…} public int getoutput(){return output; } } public class javaapplication8 { private static void printcircuit(circuit a) { … } public static void main(string[] args) { circuit a1 = new circuit(2,3); a1.setoperation("addition"); a1.setoutput(a1.getn1()+a1.; printcircuit(a1); } } 1. fill in all missing parts 2. modify the main() method so that the output becomes: subtraction(2,3) = -1

answer
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 07:30, Braxtonw875
What part of the interface displays the external references contained in a selected cell? the status bar the review tab the scroll bar the formula bar
Answers: 1
image
Computers and Technology, 24.06.2019 01:30, BIKRAMlawati5544
Could you find out how im still getting an 83 percent on this in edhesive a = input("enter an animal: ") s = input ("enter a sound: ") e = "e-i-e-i-o" print ("old macdonald had a farm, " + e) print ("and on his farm he had a " + a + "," + e) print ("with a " + s + "-" + s + " here and a " + s + "-" + s + " there") print ("here a " + s+ " there a " + s) print ("everywhere a " + s + "-" + s ) print ("old macdonald had a farm, " + e)
Answers: 2
image
Computers and Technology, 24.06.2019 15:00, dummynate
Universal windows platform is designed for which windows 10 version?
Answers: 1
image
Computers and Technology, 24.06.2019 18:30, shemiahking5432
Jacking is a crime that takes place when a hacker misdirects url to a different site. the link itself looks safe, but the user is directed to an unsafe page
Answers: 1
Do you know the correct answer?
When running javaapplication8, the following output is seen on the display: addition(2,3) = 5 javaa...

Questions in other subjects:

Konu
Mathematics, 31.08.2019 11:50
Konu
Computers and Technology, 31.08.2019 11:50