ISCJavaCode
@IscCode
Followers
2
Following
93
Media
24
Statuses
56
Solutions to Java Programs of ISC curriculum with algorithm, documentation and sample output.
Joined May 2020
An array X[-15....10, 15.......40] requires one byte of storage. If the beginning location is 1500 determine the location of X[15][20], when the matrix is arranged (i) Column Major Wise, and (ii) Row major wise.
0
0
0
A matrix B[10][20] is stored in the memory with each element requiring 2 bytes of storage. If the base address at B[2][1] is 2140, find the address of B[5][4] when the matrix is stored in Column Major Wise.
0
0
1
Square Root of a Number | Write a program in Java to find the square root of a number without using Math.sqrt(). |ISC Computer Science | ICSE Computer Applications https://t.co/ElETcL9lbm
#iscjavacode #isc #icse #computerscience #computerapplication #java #programming #squareroot
0
0
2
Count Digits of a Number | Write a program in Java to count the digits in a number. | ISC Computer Science | ICSE Computer Applications https://t.co/OxW5hxnkTW
#iscjavacode #isc #icse #computerscience #computerapplication #java #programming #digit #number #digitcount
0
1
1