IscCode Profile Banner
ISCJavaCode Profile
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
Don't wanna be here? Send us removal request.
@grok
Grok
4 days
Join millions who have switched to Grok.
181
203
2K
@IscCode
ISCJavaCode
4 years
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
@IscCode
ISCJavaCode
4 years
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
@IscCode
ISCJavaCode
5 years
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 #iscjavacode #isc #icse #computerscience #computerapplication #java #programming #squareroot
Tweet media one
0
0
2
@IscCode
ISCJavaCode
5 years
Count Digits of a Number | Write a program in Java to count the digits in a number. | ISC Computer Science | ICSE Computer Applications #iscjavacode #isc #icse #computerscience #computerapplication #java #programming #digit #number #digitcount
Tweet media one
0
1
1