BelajarJava icon indicating copy to clipboard operation
BelajarJava copied to clipboard

Bangun datar

Open andreanhenkisaputro opened this issue 5 years ago • 0 comments

package com.dicoding.javafundamental.bangundatar;

public interface BangunDatar { public double luas(int s1, int s2); public double keliling(int s1, int s2); }

andreanhenkisaputro avatar Oct 03 '20 12:10 andreanhenkisaputro