User: kob4joy

  • Public profile

User profile: kob4joy

User info
User name:kob4joy
History
Joined:
Number of posts:2
Latest posts:

matrix of 2 * 2
//Matrix 2*2 #include <iostream.h> int main() { int i; int mat [2]; int matr [2]; for(i=0; i<2; i++)...

a program to compute a fibonacci sequence from 100 to 1000
//program to display fibonacci between 100 and 1000 #include <iostream> using namespace std; int ...

This user does not accept Private Messages