自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(7)
  • 收藏
  • 关注

原创 JAVA编程学习2——if与for循环嵌套练习

题目:编写程序,显示100~1000所有能被5和6整除的数,数字之间用空格隔开。程序源代码:package com.itheima.first;public class Fourtext2 { public static void main(String[] args) { // TODO Auto-generated method stub //用for与if嵌套的循环来完成“显示100-1000所有能被5和6整除的数” int n=0; //定义变量n,用于对结果的计数

2022-03-22 20:22:11 1149

原创 JAVA编程学习——判断闰年

JAVA编程学习

2022-03-22 20:16:53 1116

原创 2020-09-30

学习记录10.输出一年每个月份的天数using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication21{ class Program { static void Main(string[] args) { int[] month = new int[12] .

2020-09-30 22:51:15 137

原创 2020-09-25

4.百元买百鸡问题using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication3{ class Program { static void Main(string[] args) { int a, b.

2020-09-25 23:10:55 168

原创 2020-09-12

做一个简单的判分系统using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms;namespace WindowsFormsApplic

2020-09-12 21:12:08 98

原创 2020-09-03

题目1:输出自己的姓名学号,并用内容占位符将学号插在姓名前,学号右对齐。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 输出学号姓名{ class Program { static void Main(string[] args) { .

2020-09-03 15:37:16 116

原创 2020-09-03

用C#语言编一个计算体重指数的程序using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 体重指数{ class Program { static void Main(string[] args) { Console.WriteLi.

2020-09-03 15:08:37 155

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除