高手救命!!关于C#的两个简单程序。。。在线等

[复制链接]
查看11 | 回复5 | 2008-9-21 00:37:23 | 显示全部楼层 |阅读模式
1.编写一个控制台应用程序,要求用户输入5个大写字母,如果用户输入的信息不满足要求,提示帮助信息并要求重新输入用程序。
2.编写一个控制台应用程序,要求完成下列功能
(1)接收一个整数n
(2)如果接收的值n为正数,输出1—n的全部整数。
(3)如果接收的值为负值,用break或者return退出程序。
(4)转到(1)继续接收下一个整数。

回复

使用道具 举报

千问 | 2008-9-21 00:37:23 | 显示全部楼层
/*题一*/using System;using System.Collections.Generic;using System.Text;namespace Test{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("if you want exit application,please input : exit");
Console.WriteLine("Please input a number:");
...
回复

使用道具 举报

千问 | 2008-9-21 00:37:23 | 显示全部楼层
using System.Text.RegularExpressions;(一)namespace Regular1{
class Program
{
static void Main(string[] args)
{//第1个问题
string Letter = ...
回复

使用道具 举报

千问 | 2008-9-21 00:37:23 | 显示全部楼层
1. static void Main(string[] args) { string te = ""; while (te != "ABCDE") { te = Console.ReadLine().ToUpper(); } Console.WriteLine("11111111111111111"); Console....
回复

使用道具 举报

千问 | 2008-9-21 00:37:23 | 显示全部楼层
1、双击那个textbox,然后编写程序 if(textbox1.text>'Z'&&textbox1.text<'A')MESSAGEBOX();2..不想写了。。...
回复

使用道具 举报

千问 | 2008-9-21 00:37:23 | 显示全部楼层
这个帮你就是害你...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行