subject
Computers and Technology, 21.12.2019 02:31 badaxz

Public class scoperules //line 1{static final double rate = 10.50; static int z; static double t; public static void main(string[]args) //line 7{int num; double x, z; char ch; // main }public static void one(int f, char g) //line 15{// block }public static int w; //line 20public static void two(int one, int i) //line 22{char ch; int a; //line 25//block three{int x = 12; //line 29//}//end block three// block //line 32}}which of the following identifiers is visible on the line marked // main block? 1. all identifiers are visible in main.2. local variables of method two3. w (before method two)4. z (before main)

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 09:00
Designing a mobile web page is a little different from designing a regular web page. name at least three features that should be considered when designing a website that is mobile phone-friendly, and briefly explain why they are important.
Answers: 1
question
Computers and Technology, 24.06.2019 08:30
Aconsumer would pay an extra they used the rent to own program to buy the computer, rather than using cash. for all of the items, is the cheapest option over the life of the contract. the most expensive overall option is to use purchase the item.
Answers: 2
question
Computers and Technology, 24.06.2019 11:00
Why is it uncommon for users to perform searches directly in database tables? a.)users are discouraged from interacting directly with tables because they might confuse tables with spreadsheets. b.) users are discouraged from interacting directly with tables because this may result in unintended changes to source data. c.)users do not have the technical skills required to perform searches directly in database tables. d.)users do not have the permissions required to perform searches directly in database tables.
Answers: 1
question
Computers and Technology, 24.06.2019 17:40
Pseudocode pld #6, pg. 117 start// declarations// number numbertoguess// number myguess; numbertoguess = 92// while myguess ! = numbertoguess// output " guess an integer number between 1 and 100"// input myguess// if (myguess == numbertoguess)// output "you guessed the correct number"// else// output "the number you guessed was incorrect. try again! "// end if// end while// output " for playing the guessing game. have a great day! "// stop
Answers: 3
You know the right answer?
Public class scoperules //line 1{static final double rate = 10.50; static int z; static double t; pu...
Questions
Questions on the website: 13722363