Skip to content

Instantly share code, notes, and snippets.

View jananpatel2002's full-sized avatar
😀
Focusing!

jananpatel2002

😀
Focusing!
View GitHub Profile
/*
* Name: Janan Patel
* Date: 9/27/2021
* Course Number: CSC-220
* Course Name: Data Structures and Algorithms
* Problem Number: HW4
* Email: jkpatel2001@student.stcc.edu
* Algorithm Description:
* Searching a Database of surnames (lastnames) using Soundex using own made algorithm
* Starter newsoundex package by Prof. A.C. Silvestri
/*
* Name: Janan Patel
* Date: 9/20/2021
* Course Number: CSC-220
* Course Name: Data Structures and Algorithms
* Problem Number: HW3
* Email: jkpatel2001@student.stcc.edu
* Algorithm Description:
* Searching a Database of surnames (lastnames) using Soundex
* Starter newsoundex by Prof. A.C. Silvestri
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);
/*
* Name: Janan Patel
* Date: 9/13/2020
* Course Number: 220
* Course Name: Data Structures
* Problem Number: 2
* Email: jkpatel2001@student.stcc.edu
* Short Description of the Problem: Summing all prime numbers in given values
*/
/*
* Name: Janan Patel
* Date: 9/13/2020
* Course Number: 220
* Course Name: Data Structures
* Problem Number: 1
* Email: jkpatel2001@student.stcc.edu
* Short Description of the Problem: Reducing fractions
*/
///*
// * Name: Janan Patel
// * Date: 5/4/2020
// * Course Number: CSC 112
// * Course Name: Intermediate topics in Java Programming
// * Problem Number: 12
// * Email: jkpatel2001@student.stcc.edu
// * 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
.button{
-fx-backgroun-color: #fffaf0;
}
/*
* Name: Janan Patel
* Date: 4/22/2020
* Course Number: CSC 112
* Course Name: Intermediate topics in Java Programming
* Problem Number: 11
* Email: jkpatel2001@student.stcc.edu
* 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
/*
* Name: Janan Patel
* Date: 4/12/2020
* Course Number: CSC 112
* Course Name: Intermediate topics in Java Programming
* Problem Number: 10
* Email: jkpatel2001@student.stcc.edu
* Short Description of the Problem
* Steps on creating a GUI Project:
* Add JavaFX Library to your project
/*
* Name: Janan Patel
* Date: 4/12/2020
* Course Number: CSC 112
* Course Name: Intermediate topics in Java Programming
* Problem Number: 10
* Email: jkpatel2001@student.stcc.edu
* Short Description of the Problem
* Steps on creating a GUI Project:
* Add JavaFX Library to your project