leetcode分类-JavaBasic-Review:JavaBasic-Review

时间:2024-07-19 17:46:11
【文件属性】:

文件名称:leetcode分类-JavaBasic-Review:JavaBasic-Review

文件大小:20KB

文件格式:ZIP

更新时间:2024-07-19 17:46:11

系统开源

leetcode 分类多变的 Java的开始 文件格式 包裹名字, 类名(需要与文件名相同,因为它是.java doc) 如果你需要这个文件本身是可执行的: package com.company ; public class Variable { public static void main ( String [] args ) { // write your code here System . out . println( " Hello World " ); int num1 = 10 ; int num2 = 10 / 4 ; // 2.5->2 int num3 = - 10 / 4 ; // -2.5->-|2.5->2|=-2 // int: for Java is a Static type language. } } /* Common classification of language: Static type: Java, C++, C#, Dynamic type: JavaScript, Python, */ 不同效度的分类 字节, (-2^7, 2^7


【文件预览】:
JavaBasic-Review-master
----.DS_Store(6KB)
----README.md(72KB)

网友评论