精品偷拍一区二区三区,亚洲精品永久 码,亚洲综合日韩精品欧美国产,亚洲国产日韩a在线亚洲

  • <center id="usuqs"></center>
  • 
    
  • VB 麻煩把A矩陣改成下三角型顯示,B上三角型顯示

    VB 麻煩把A矩陣改成下三角型顯示,B上三角型顯示
    Private Sub Command1_Click()
    Dim a(4, 4) As Integer
    Dim i As Integer, j As Integer
    For i = 1 To 4
    For j = 1 To 4
    a(i, j) = Int(Rnd * 41 + 30)
    Print a(i, j);
    Next j
    Print
    Next i
    Print
    Dim b(4, 4) As Integer
    For i = 1 To 4
    For j = 1 To 4
    b(i, j) = Int(Rnd * 34 + 101)
    Print b(i, j);
    Next j
    Print
    Next i
    其他人氣:389 ℃時間:2020-03-19 17:11:59
    優(yōu)質解答
    Private Sub Command1_Click()Dim a(4,4) As IntegerDim i As Integer,j As IntegerFor i = 1 To 4For j = i To 4a(i,j) = Int(Rnd * 41 + 30)Print a(i,j);Next jPrintNext iPrintDim b(4,4) As IntegerFor i = 1 T...
    我來回答
    類似推薦
    請使用1024x768 IE6.0或更高版本瀏覽器瀏覽本站點,以保證最佳閱讀效果。本頁提供作業(yè)小助手,一起搜作業(yè)以及作業(yè)好幫手最新版!
    版權所有 CopyRight © 2012-2024 作業(yè)小助手 All Rights Reserved. 手機版