kumailn / androidScientificCalculator

➕An elegant feature-packed scientific calculator app for Android. Published on the Google Play Store.
https://play.google.com/store/apps/details?id=com.kumailn.calculator
26 stars 12 forks source link

july 8 2022 #10

Closed JuanGomezGlb closed 2 years ago

JuanGomezGlb commented 2 years ago
/*
* This is going to print a list of arguments
*/
public static void main(String[] args) {
    System.out.println(new Rational(123.456));
    System.out.println("Tha's all folks");
}