subject

If skeleton code reads "a header for a method to be usedinternally, which returns an integer, and which has two strings asparameters", which of the following code fragments bestfulfils the above statement:
a) public int converttoint( str1, str2 )
b) private int converttoint(str1, str2 )
c) public int converttoint( string str1, string str2 )
d) private int converttoint( string str1, str2 )
e) private int converttoint( string str1, string str2 )

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 23:30
For her science class, elaine is creating a presentation on weather in the united states. she wants to make the presentation beautiful and interesting by drawing simple cloud or wave shapes. which is the best way for elaine to draw these shapes?
Answers: 1
question
Computers and Technology, 23.06.2019 06:00
Which statistical function in a spreadsheet you to see how far each number varies, on average, from the average value of the list?
Answers: 2
question
Computers and Technology, 23.06.2019 07:30
Write a program that inserts the digits of an integer into an array in originalorderfollowed by reverse order. first, promptthe user to enter a positive integer(> 0). determine the number of digits of the integer. create a dynamically allocated integer arrayof a size twice the number of digits.now insert the digits in original order which will occupy half of the array. then, insert the digits in reverse order.finally, output thedigits in thearray.use at least two functions to organize your program.
Answers: 3
question
Computers and Technology, 24.06.2019 10:00
Which feature of a blog to restore and retrieve older post
Answers: 3
You know the right answer?
If skeleton code reads "a header for a method to be usedinternally, which returns an integer, and wh...
Questions
question
Mathematics, 09.07.2019 16:30