小明左、右手中分别拿两张纸牌:黑桃10和红桃8.现在交换手中的牌。
在这里插入代码片
package Project;
public class Demo01 {
public static void main(String[] args) {
int a = 10;
int b = 8;
int c = 0;
System.out.println("输出互换前手中的纸牌:");
System.out.println("左手中的纸牌:"+a);
System.out.println("右手中的纸牌:"+b+"\n");
System.out.
原创
2020-11-30 00:14:37 ·
1542 阅读 ·
0 评论