1 Star 0 Fork 0

chpeng/java_study

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
Sample10.java 370 Bytes
Copy Edit Raw Blame History
chpeng authored 2023-11-21 19:34 +08:00 . java learn first
public class Sample10 {
public static void main(String[] args){
System.out.println(Math.max(5, 10)); // 10
System.out.println(Math.min(5, 10)); // 5
System.out.println(Math.sqrt(81)); // 9
System.out.println(Math.abs(-4.0)); // 4.0
double randomNum = Math.random(); //
System.out.println(randomNum);
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chp2020/java_study.git
git@gitee.com:chp2020/java_study.git
chp2020
java_study
java_study
master

Search