ISC COMPUTER PRACTICAL – 2020 – QUESTION 2 (Matrix Program)

ISC 2020 Computer Practical Question 2–Matrix program.

-WRITTEN BY CODERGURUJI

1648481117 154 ISC COMPUTER SCIENCE PRACTICAL SOLVED QUESTIONS ISC COMPUTER PRACTICAL

Solutions:

import java.util.*;
class coderguruji
{
public static void main(String args[])
{
double d=0.0;
Scanner sc=new Scanner(System.in);
System.out.println(“enter m*n”);
int p=0,q=0,x=0,s=0,y=1;
int m=sc.nextInt();
int n=sc.nextInt();
if((m<0||m>10)&&(n<2||n>6))
{
System.out.println(“OUT OF RANGE”);
}
else
{
int a[][]=new int[m][n];
int b[]=new int[1000];
int c[]=new int[1000];
for(int i=0;i




');}

Bc0138c3d2dab0944d91d638547c2715

subscriber

Leave a Reply

Your email address will not be published. Required fields are marked *

Accept Our Privacy Terms.*