用C#编辑程序,找出1~100之间能被3整除但同时不能够被5整除的数

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/29 07:31:55
用C#编辑程序,找出1~100之间能被3整除但同时不能够被5整除的数

用C#编辑程序,找出1~100之间能被3整除但同时不能够被5整除的数
用C#编辑程序,找出1~100之间能被3整除但同时不能够被5整除的数

用C#编辑程序,找出1~100之间能被3整除但同时不能够被5整除的数
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplicationxt
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("The reslut is :");
for(int i=1;i