import java.io.*;
class mat
{
protected static void main()throws IOException
{
BufferedReader in=new BufferedReader(new InputStreamReader());
int a[][]=new int[10][10];
int b[][]=new int[10][10];
int c[][]=new int[10][10];
for(byte i=0;i<10;i++)
{
for(byte j=0;j<10;j++)
{
System.out.print("Enter the value of a[ "+i+" ][ "+j+"]: ");
a[i][j]=Integer.parseInt(in.readLine());
}
}
for(byte i=0;i<10;i++)
{
for(byte j=0;j<10;j++)
{
System.out.print("Enter the value of b["+i+" ][ "+j+" ]: ");
b[i][j]=Integer.parseInt(in.readLine());
c[i][j]=a[i][j]+b[i][j];
}
}
for(byte i=0;i<10;i++)
{
System.out.println();
for(byte j=0;j<10;j++)
{
System.out.print(c[i][j]+" ");
}
}
}}
write a vb program to find the magic square
For first find an example program.
Write a program to find the grade obtained by the students of a class
Yes, do write. That's what you always have to do when you have got a homework-program.
write an assembly language program to find sum of N numbers
There are many places one might go to obtain a copy of the Write More program that helps one improve writing skills. In addition to the official company website, one might also try the local library.
Write a c program to compute the surface area and volume of a cube
program to find maximum of two numbers using pointers
i am sam
matrix
This is an assignment not a question.
bgfygfrhjyuyhh