No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
I'm a quiet yet a loud guy, I speak calmly, I think before I post. I'm your less than average guy I say.
- Interests
- Games, Reading books, and others.
- PC Specs
- Gaming Specs, as long as it can play high end games.
7 Posted Topics
Hi, I am hoping you guys could help me with this. I am trying to loop number into something like this. 0 12 345 6789 here is my code: Dim i As Integer Dim j As Integer j = CInt(TextBox1.Text) For i = 0 To j label1.text = i Next … | |
How do you store data in the access database and also to retrieve it? and also a search engine for the database? | |
How do you terminate the program?? for example I input exit on the dialog box as it should terminate the program. I really don't have any idea on how to do it. | |
Salon membership fee Male = 600 Female = 500 If Foreigner +850 n for not foreign f if foreign my code is [CODE] public static void main(String[] args) { String gender, nat; gender=JOptionPane.showInputDialog("Gender"); nat=JOptionPane.showInputDialog("Nationality"); if (gender=="m" & nat=="n"){ JOptionPane.showMessageDialog(null,"Gender:" +gender +"\nNationality"+nat+"Fee is 1450" [/CODE] This code doesn't work so I … | |
I tried this one for some experiment and I can't seem to work it out can you help me about this? The problem here is that when you click on the Radio button then click the result button it should give an alert with number(this number is how may times … | |
What's up everyone? I'm a second year college IT student. I do not get online always because of SYSTEM projects and also I suck at programming in web, that is why I joined this group to learn. On the other hand, Nice to Meet all of you guys out there, … | |
How do I exchange data from page to page? for example: on the 1st page I voted for 1 person, when I click submit it will go to the 2nd page that will let you see the output of the vote? I can't seem to do it, as I don't … |
The End.