Please Solve Problem Use Java Codethank Please Code Using Java Show Output Result Write On Q37103919

Please solve this problem and use Java to code.Thank you

please code using Java and show the output result.

Write one sentence to obtain the following output.

public class test1{

    public static void main(String[] args){

        String[] a ={“1″,”2″,”3″,”4″,”5″,”6″,”7″,”8”};

        String[] b ={“ⓐ”,”ⓑ”,”ⓒ”,”ⓓ”,”ⓔ”,”ⓕ”,”ⓖ”,”ⓗ”};

        String[] c = newString[16];

        for (int j = 0; j< 8; j++)

           _____________________ <<<answer Fill in the blanks.

        for (int i = 0; i< 8; i++)

         System.out.print(c[i] + ” “);

       System.out.println();

    }

}

————————————————————————–

result


Answer


public class test1{ public static void main(String[] args){ String[] a = {“1″,”2″,”3″,”4″,”5″,”6″,”7″,”8”}; String[] b = {“ⓐ”,”ⓑ”,”ⓒ”,”ⓓ”,”ⓔ”,”ⓕ”,”ⓖ”,”ⓗ”};

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.