zhuxiaolin
package test;

public class test {

	public static void main(String[] args) {
		// TODO Auto-generated method stub

	int a =101;
	
	
		if (a / 2 == 0)
		{
			System.out.println("a是奇数");
		}
		else	
		{
			System.out.println("a是偶数");
		}
		
	
			
	}
}

  

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-11-08
  • 2021-07-11
  • 2022-01-20
  • 2021-05-30
  • 2021-11-08
  • 2021-11-08
  • 2021-11-08
猜你喜欢
  • 2021-11-08
  • 2021-11-08
  • 2021-11-08
  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案