mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-09 12:11:28 +08:00
Fix build issue in ADTFraction.java (#2712)
This commit is contained in:

committed by
GitHub

parent
089ac333f2
commit
a9b2420165
@ -1,10 +1,6 @@
|
|||||||
|
|
||||||
package Maths;
|
package Maths;
|
||||||
|
|
||||||
|
|
||||||
public class ADTFraction {
|
public class ADTFraction {
|
||||||
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
// TODO code application logic here
|
// TODO code application logic here
|
||||||
|
|
||||||
@ -21,9 +17,6 @@ public class ADTFraction {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
class ADTFraction {
|
|
||||||
private int n; //numerator
|
private int n; //numerator
|
||||||
private int d; //denomenator
|
private int d; //denomenator
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user