The answer to the question is available in the PDF file https://assignmentexpert.com/https://assignmentexpert.com/homework-answers/programming-answer-46966.pdf
Learn more about our help with Assignments: JavaJSPJSF
Comments
Assignment Expert
06.10.14, 13:50
Dear Rkosamia, You're welcome. We are glad to be helpful. If you liked
our service please press like-button beside answer field. Thank you!
Rkosamia
04.10.14, 02:18
Thank u so much...
Assignment Expert
02.10.14, 19:37
Dear Rkosamia, you should create a project with a class where the main
method public static void main(String[] args) { } exists and place
a call of the convertsArray function here, like in the following
manner: public class temp { public static void main(String[] args) {
String [] arr = {"40", "50", "60"}; int[] iarr = convertsArray(arr);
for (int i = 0; i < iarr.length; i ++) { System.out.println(iarr[i]);
} } public static int[] convertsArray(String[] strArr) { int[]
iArray=new int[strArr.length]; for(int i=0; i
rkosamia
02.10.14, 03:37
your answer is correct i know that ., but in my netbeans IDE , it
shows error about " there is no main method in class"
Leave a comment
Thank you! Your comments have been successfully added. However, they need to be checked by the moderator before being published.
Comments
Dear Rkosamia, You're welcome. We are glad to be helpful. If you liked our service please press like-button beside answer field. Thank you!
Thank u so much...
Dear Rkosamia, you should create a project with a class where the main method public static void main(String[] args) { } exists and place a call of the convertsArray function here, like in the following manner: public class temp { public static void main(String[] args) { String [] arr = {"40", "50", "60"}; int[] iarr = convertsArray(arr); for (int i = 0; i < iarr.length; i ++) { System.out.println(iarr[i]); } } public static int[] convertsArray(String[] strArr) { int[] iArray=new int[strArr.length]; for(int i=0; i
your answer is correct i know that ., but in my netbeans IDE , it shows error about " there is no main method in class"
Leave a comment