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
//Ashwin Randhir | |
//1/30/2018 | |
//CSC 112 | |
//Interm Java | |
//Circle Homework | |
//atrandhir0001@student.stcc.edu | |
//Creates 2 circles and finds data based on given points. | |
import java.util.Scanner; |
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
//Ashwin Randhir | |
//1/30/2018 | |
//CSC 112 | |
//Interm Java | |
//Circle Homework | |
//atrandhir0001@student.stcc.edu | |
//Creates 2 circles and finds data based on given points. | |
public class Circle{ |
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
//Ashwin Randhir | |
//12/13/2018 | |
//CSC 112 | |
//Interm Java | |
// Homework 3 | |
//atrandhir0001@student.stcc.edu | |
//process complex values | |
public class Complex { | |
private double realx; | |
private double imagx; |
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
//Ashwin Randhir | |
//12/13/2018 | |
//CSC 112 | |
//Interm Java | |
// Homework 3 | |
//atrandhir0001@student.stcc.edu | |
//process complex values | |
public class Complex { | |
private double realx; | |
private double imagx; |
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
//Ashwin Randhir | |
//2/16/2018 | |
//CSC 112 | |
//Interm Java | |
// Homework | |
//atrandhir0001@student.stcc.edu | |
// | |
import java.awt.Component; | |
import javax.swing.*; |
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
//Ashwin Randhir | |
//12/13/2018 | |
//CSC 112 | |
//Interm Java | |
// Homework 3 | |
//atrandhir0001@student.stcc.edu | |
//process complex values | |
public class Complex { | |
private double realx; | |
private double imagx; |
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:Ashwin Randhir | |
* Date: 3/23/2018 | |
* Course Number:CSC-112 | |
* Course Name: Intermediate Topics in Java Programming | |
* Email: atrandhir0001@student.stcc.edu | |
* US Flag using JavaFX | |
*/ | |
package FlagProject; | |
import javafx.application.Application; |
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:Ashwin Randhir | |
* Date: 3/27/2018 | |
* Course Number:CSC-112 | |
* Course Name: Intermediate Topics in Java Programming | |
* Email: atrandhir0001@student.stcc.edu | |
* Updatable Variable Sided Polygon | |
*/ | |
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
package sample; | |
/* | |
* Name:Ashwin Randhir | |
* Date: 4/7/2018 | |
* Course Number:CSC-112 | |
* Course Name: Intermediate Topics in Java Programming | |
* Email: atrandhir0001@student.stcc.edu | |
* Updatable Clock with | |
*/ |
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
package sample; | |
/* | |
* Name:Ashwin Randhir | |
* Date: 4/10/2018 | |
* Course Number:CSC-112 | |
* Course Name: Intermediate Topics in Java Programming | |
* Email: atrandhir0001@student.stcc.edu | |
* Exam 2 | |
*/ | |
import javafx.application.Application; |
OlderNewer