How to Find Out Prime Number in Visual Basic (VB)

Beginners always confuse in finding the Prime number in Visual Basic (VB), So here i am providing you the full solution of finding out Prime Number In Visual Basic. Contact us to Download Visual Basic 6.0  Private Sub Command1_Click() If (Text1.Text <> “”) Then flag = 0 For i = 2 To Val(Text1.Text) / 2 If [...]

5 Simple Methods To Enhance Your Android os’s Battery Power

Does the Battery of your Android OS phone gives you back up for more then a day? If it so, then you really ought to have an award! Most Android smartphone users complain about poor or absolutely terrible battery of their mobile phones. While we agree that mobile phones are power supply hogs, a couple [...]