UVA Problem 11185 Solution
#include <stdio.h> int main() { long int dn,r,q; long int bn[10000],i,j; while(1) {...
Read More
Posted by Jesmin Akther | Jan 10, 2019 | Problem Solving, UVa | 0 |
#include <stdio.h> int main() { long int dn,r,q; long int bn[10000],i,j; while(1) {...
Read MorePosted by Jesmin Akther | Jan 6, 2019 | JAVA | 0 |
String VS StringBuffer VS StringBuilder String is immutable that is if you want to change a...
Read MorePosted by Jesmin Akther | Jan 6, 2019 | JAVA | 0 |
What is OOP in Java? OOP (Object oriented programming) refers to a programming methodology based...
Read MorePosted by Jesmin Akther | Jan 3, 2019 | Database | 0 |
Subject : SQL How to find salary of friends whose salary is Second highest; Table Name:...
Read MorePosted by Jesmin Akther | Jan 2, 2019 | Problem Solving, UVa | 0 |
#include <bits/stdc++.h> using namespace std; int main() { char s[200]; int...
Read More
Recent Comments