A Pen by Sk. Imtiaz Ahmed on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "student":[ | |
| { "_id": "Number", | |
| "academicInformation":{ | |
| "name": "String", | |
| "id": "Number", | |
| "program": "String", | |
| "deperment": "String", | |
| "choices": ["String"], | |
| "type": "String", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //11/04/15 | |
| //Sk. Imtiaz Ahemd | |
| //excalliburbd@gmail.com | |
| //Pre-final self pratice work | |
| import java.util.*; | |
| public class QuadEqn | |
| { | |
| public int a; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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 | |
| { |
NewerOlder