Untitled
unknown
plain_text
3 years ago
221 B
2
Indexable
package COM.Sample; public class land { public static void main(String[] args) { float one_acre = 43560; float tract_of_land= 389767; float area=(tract_of_land/one_acre); System.out.println(area); } }
Editor is loading...