Skip to content

Instantly share code, notes, and snippets.

View excalliburbd's full-sized avatar

Sk Imtiaz Ahmed excalliburbd

View GitHub Profile
{
"student":[
{ "_id": "Number",
"academicInformation":{
"name": "String",
"id": "Number",
"program": "String",
"deperment": "String",
"choices": ["String"],
"type": "String",
@excalliburbd
excalliburbd / QjGrpW.markdown
Last active September 28, 2015 09:40
QjGrpW
//11/04/15
//Sk. Imtiaz Ahemd
//excalliburbd@gmail.com
//Pre-final self pratice work
import java.util.*;
public class QuadEqn
{
public int a;
//11/04/15
//Sk. Imtiaz Ahemd
//excalliburbd@gmail.com
//Pre-final self pratice work
import static java.lang.System.*;
import java.util.*;
public class QuadEqnUser
{