No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
A.A. in IT/Networking
5 Posted Topics
I am doing a payroll program that requires a sentinel value. I cant seem to get it right no matter how much I try. here is my code so far: //Filename: Payroll3.java //Description: Payroll calculator with sentinel loop //Author Name: Chris Russo //Date: 08/15/2010 import java.util.Scanner; public class Payroll3New { … | |
I am doing a payroll program that requires a sentinel value. I cant seem to get it right no matter how much I try. here is my code so far: //Filename: Payroll3.java //Description: Payroll calculator with sentinel loop //Author Name: Chris Russo //Date: 08/15/2010 import java.util.Scanner; public class Payroll3New { … | |
Re: Have you ever heard of IP address spoofing? There are programs that can accomplish this. Also, do you have a wireless network? Someone could be using your wireless router, and downloading files from your internet connection. | |
Re: [QUOTE=Queen narnia;1297205]Hi all, I'm not having much knowledge about Connections and networks, so I need a help from you guys. I have Belkin connection in my flat and I was trying to connect in to internet through wireless connection for my laptop. When I setup the wireless connection it became … | |
Hello, I really need help with my payroll program. I just need to input the name, wage, hours, and then get an output with the results. The output needs to show employee name, rate, wage, and total pay. here is what I have written so far. Please help! I am … |
The End.