在VB中,输入一整数A,判断它是否为质数

问题描述:

在VB中,输入一整数A,判断它是否为质数

Dim x As Integer, i As Integer
x = InputBox("请输入你要判断的数字")
If x