Once I get value of variable a and variable b ,their value are both 2.And I want to judge whether they are equal.I make a mistake for using if(a==b==2).It is wrong.Because a==b is true and then the result compares to 2 will get false.(1!=2)
So I should write like this: if(a==2 && b==2).
相关文章
- tebsorflow2.0 tf.keras猫狗识别(2)—自定义训练
- ConvNeXt V2实战:使用ConvNeXt V2实现图像分类任务(二)
- 黑马在线教育数仓实战2
- SSM框架实战-搭建自己的个人博客2-UEditor编辑器的使用
- DMHS搭建DMDSC 2节点集群同步到单库
- 提速 Spark SQL 2 倍,GLUTEN 向量化引擎原理剖析
- Android 11.0 Camera2退出时屏幕旋转为横屏
- 使用 HertzBeat 5分钟搞定 SpringBoot2 监控告警
- 【230310-4】已知圆心在x轴上的圆C与直线l:x+2倍根号2-10=0切于点E(m,2倍根号2),圆P:x2+(a+2)x+y2-ay+a+1=0 求: 1)c的方程 2)已知a>1,圆P与x轴
- 数据库还原技巧 2章