Excercise 13
Excercise 13
End If
End If
End If
End If
End If
End If
End If
If TextBox3.Text.Equals("G") And color3.Equals("G") Then
positionscorrect = positionscorrect + 1
End If
End If
End If
If all.Contains(TextBox1.Text) Then
colorscorrect = colorscorrect + 1
End If
If all.Contains(TextBox2.Text) Then
colorscorrect = colorscorrect + 1
End If
If all.Contains(TextBox3.Text) Then
colorscorrect = colorscorrect + 1
End If
End Sub
End Sub
End Class