Mencoba SyntaxHighlighter

Mencoba Lagi Mencoba Lagi Mencoba Lagi
Public Function Jajal(ByVal x As Double, ByVal y As Double) As Double
  x = x - y * Int(x / y)
  Jajal = x
End Function
Public Function Coba(ByVal x As Integer) As String
  Dim y As Variants
  y = Array("Jajal", "Coba")
  Coba = y(x)
End Function
<?php
$example = range(0, 9);
foreach ($example as $value)
{
 echo $value;
}

Post a Comment

0 Comments