/**
* The HelloWorldApp class implements an application that

a7342068 發表在 痞客邦 留言(0) 人氣()

<html>
<head>

a7342068 發表在 痞客邦 留言(0) 人氣()

class Test
{
public static void main(String[] args)
{
System.out.println("_____*_____");
System.out.println("____***____");
System.out.println("___*****___");
System.out.println("__*******__");
System.out.println("_____*_____");
System.out.println("_____*_____");
}
}未命名  

1.想從事本行業

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication4
{
public partial class Form1 : Form
{
Button[,] buttons = new Button[4, 4];
Random irand = new Random();
int rd = 0;
public Form1()
{
InitializeComponent();
}

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication3
{
public partial class Form1 : Form
{
Button[,] buttons = new Button[5, 5];
public Form1()
{
InitializeComponent();
}

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication3
{
public partial class Form1 : Form
{
Random rand = new Random();
Button[,] buttons = new Button[5, 5];
public Form1()
{
InitializeComponent();
}

a7342068 發表在 痞客邦 留言(0) 人氣()

 

 

a7342068 發表在 痞客邦 留言(0) 人氣()

using System;
using System.Collections.Generic;

a7342068 發表在 痞客邦 留言(0) 人氣()

«12 3