subject

State what’s printed for each println in the code below: public static void main(String args[ ])

{

MyClass theObj = new MyClass( );
theObj. gravy = 107.43;
String s = "hello";
int xray[] = {1, 2, 3, 4, 5};
double floozy = 97.4;
myMethod(floozy, theObj, xray, s );
System. out. println(floozy); // Problem 1:
System. out. println(theObj. gravy); //Problem 2:
System. out. println(xray[2]); //Problem 3:
System. out. println(s); //Problem 4:
}
public static void myMethod(double floozy, MyClass anObj, int a[ ], String s)
{
floozy = 13.1;
anObj. gravy = 10.001;
a[2] = 100; s = "good bye";
}

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 20:50
What are the advantages of google cloud ?
Answers: 2
question
Computers and Technology, 21.06.2019 22:00
Which is produced by the endocrine system to control how cells and organs function
Answers: 2
question
Computers and Technology, 22.06.2019 11:00
Which action is good business etiquette? a. switching your cell phone off before you enter a meeting b. keeping your cell phone on low volume before you enter a meeting c. setting a pleasant ring tone on your cell phone before you enter a meeting d. setting a standard ringtone on your cell phone before you enter a meeting
Answers: 1
question
Computers and Technology, 22.06.2019 22:30
I'll mark brainliest if answered right! with which feature or menu option of a word processing program can you make an image like this? you can get this image using the option of a word processing program.
Answers: 1
You know the right answer?
State what’s printed for each println in the code below: public static void main(String args[ ])
Questions
question
Mathematics, 20.09.2020 09:01
question
Mathematics, 20.09.2020 09:01
question
Mathematics, 20.09.2020 09:01
question
English, 20.09.2020 09:01
question
Mathematics, 20.09.2020 09:01
Questions on the website: 13722360