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
/* | |
* Name: Janan Patel | |
* Date: 9/27/2021 | |
* Course Number: CSC-220 | |
* Course Name: Data Structures and Algorithms | |
* Problem Number: HW4 | |
* Email: [email protected] | |
* Algorithm Description: | |
* Searching a Database of surnames (lastnames) using Soundex using own made algorithm | |
* Starter newsoundex package by Prof. A.C. Silvestri |
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
/* | |
* Name: Janan Patel | |
* Date: 9/20/2021 | |
* Course Number: CSC-220 | |
* Course Name: Data Structures and Algorithms | |
* Problem Number: HW3 | |
* Email: [email protected] | |
* Algorithm Description: | |
* Searching a Database of surnames (lastnames) using Soundex | |
* Starter newsoundex by Prof. A.C. Silvestri |
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
import java.util.Scanner; | |
public class DecimalToOctal { | |
public static void main(String[] args) { | |
// Initializing a scanner object so the user can write a number | |
@SuppressWarnings("resource") | |
Scanner sc = new Scanner(System.in); |
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
/* | |
* Name: Janan Patel | |
* Date: 9/13/2020 | |
* Course Number: 220 | |
* Course Name: Data Structures | |
* Problem Number: 1 | |
* Email: [email protected] | |
* Short Description of the Problem: Reducing fractions | |
*/ |
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
///* | |
// * Name: Janan Patel | |
// * Date: 5/4/2020 | |
// * Course Number: CSC 112 | |
// * Course Name: Intermediate topics in Java Programming | |
// * Problem Number: 12 | |
// * Email: [email protected] | |
// * GUI for API PROJECT | |
// * Add JavaFX Library to your project | |
// * Add VM Argument to Run Configuration: --module-path %PATH_TO_FX% --add-modules javafx.controls,javafx.fxml |
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
/* | |
* Name: Janan Patel | |
* Date: 4/22/2020 | |
* Course Number: CSC 112 | |
* Course Name: Intermediate topics in Java Programming | |
* Problem Number: 11 | |
* Email: [email protected] | |
* GUI for Database part 1 | |
* Add JavaFX Library to your project | |
* Add VM Argument to Run Configuration: --module-path %PATH_TO_FX% --add-modules javafx.controls,javafx.fxml |
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
/* | |
* Name: Janan Patel | |
* Date: 4/12/2020 | |
* Course Number: CSC 112 | |
* Course Name: Intermediate topics in Java Programming | |
* Problem Number: 10 | |
* Email: [email protected] | |
* Short Description of the Problem | |
* Steps on creating a GUI Project: | |
* Add JavaFX Library to your project |
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
/* | |
* Name: Janan Patel | |
* Date: 4/12/2020 | |
* Course Number: CSC 112 | |
* Course Name: Intermediate topics in Java Programming | |
* Problem Number: 10 | |
* Email: [email protected] | |
* Short Description of the Problem | |
* Steps on creating a GUI Project: | |
* Add JavaFX Library to your project |