1 / 2

2行目:乱数を扱う宣言

1行目:整数値を扱う宣言. Dim kazu As Integer. 2行目:乱数を扱う宣言. Dim ran As Random = New Random(). 3行目:0から9までの整数の作成. kazu = ran.Next(10). 処理の分岐. I f  (条件式)  Then (条件を満たしたときの内容) Else (条件を満たさなかったときの内容) End If.

lilac
Download Presentation

2行目:乱数を扱う宣言

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 1行目:整数値を扱う宣言 Dim kazu As Integer 2行目:乱数を扱う宣言 Dim ran As Random = New Random() 3行目:0から9までの整数の作成 kazu = ran.Next(10)

  2. 処理の分岐 If (条件式) Then (条件を満たしたときの内容) Else (条件を満たさなかったときの内容) End If

More Related