Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Member Avatar for Katherine692008

I have a 32 Vista HP media center PC and all was working well until earlier today. I have been succesfully watching Live cable TV on my PC and out of the blue when I tried to watch live TV I got the error message "TV TUNER NOT DETECTED". Afterwards, …

Member Avatar for caperjack
0
162
Member Avatar for Katherine692008

My dimension 5100 was working just fine. Then, just for the hell of it I opened to tower to check the RAM, (was going to upgrade RAM but didn't need to). After I closed the tower my machine would NOT come on!:@ I pressed and Held the Power button in …

Member Avatar for danieljbryan
0
272
Member Avatar for Katherine692008

Hello, I'm currently stuck on this program and wondering if I can find assistance > This programs should prompt users to > enter number(s) (integer(s)) <enter> multiple scores on the same line > see a grade(s)<enter> > then see a sum of the grades entered (abcdf). > > > It …

Member Avatar for Jhonjay123
0
770
Member Avatar for Katherine692008

I am trying to do this problem: Create a “hit counter” for your home page i.e., exam1.php. There is a file in the exam folder called COUNTER.TXT that contains the number zero. Your PHP page should do the following steps: 1. Read the counter file 2. Add one to the …

Member Avatar for Katherine692008
0
135
Member Avatar for Katherine692008

How do I get this to ignore negative number and terminate when the number 0 is entered? Please HELP public void productTokenizer()throws IOException { System.out.println("Enter numbers to accumlulate their total.");//Prompt user to enter data //System.out.println("Zero and all negative numbers will Exit the Program:"); double sum = 0; int num = …

Member Avatar for Samudricka
0
108
Member Avatar for Katherine692008

import java.io.*; public class k { public static void main(String args[])throws IOException { k s1 = new k(); s1.menu(); } public void menu()throws IOException { int input = 0; System.out.println("Pick from 1 of the following Options"); System.out.println("1) Twelve"); System.out.println("5) Exit "); System.out.println("Enter Number: "); BufferedReader br; br = new BufferedReader( …

Member Avatar for Ezzaral
0
130
Member Avatar for Katherine692008

I have an Illegal start to an expression. I'm trying to remove it so these methods can be implanted. import java.io.*; import java.text.*; public class Kudo { public static void main(String args[])throws IOException { do { System.out.println("pick from 1 of the following options"); System.out.println("1) twelve"); System.out.println("2) minMaxAvg"); System.out.println("5) to exit"); …

Member Avatar for javaAddict
0
141
Member Avatar for Katherine692008

**I'm to the point I think where I can ask a user to input a string value, answer is Hourly. if hourly the user enters hours, then the program prints out value in currency format answer is Salary user enters which salary level Level 1 is for recent college grads …

Member Avatar for Katherine692008
0
110
Member Avatar for Katherine692008

import java. io.*; public class ifWhileLoop { public static void main(String [] args) throws IOException{ int num = 0; int count = 0; int total = 0; System.out.println("Enter a whole number, and -99 to quit: "); BufferedReader br; br = new BufferedReader( new InputStreamReader( System.in ) ); num = Integer.parseInt(br.readLine()); …

Member Avatar for VernonDozier
0
68
Member Avatar for Katherine692008

Help, Please help me with a program that will [U]prompt the user for the following[/U]: 1. First Name 2. Last Name [B][COLOR="BLUE"]3. Hourly or Salary a. If hourly then ask for the following i. Hours worked ii. Pay Rate 1. If the hours worked is greater than 40 hours then …

Member Avatar for darkagn
0
133
Member Avatar for Katherine692008

I'm trying to connect my new PSP to the University's wireless internet but when I try to do it I get the error [COLOR="Red"]"A connection error has occurred. The access point was not detected."[/COLOR] Here's how I set up the connection: WLAN SETTINGS [COLOR="Green"]Enter Manually[/COLOR] next SSID [COLOR="green"]I entered the …

0
32
Member Avatar for Katherine692008

I have successfully configured two monitors for my HP m8147C Vista PC. I have two issues: [COLOR="red"]Issue 1:[/COLOR] When I maximize Media Center I cannot scroll to the other screne. This only happens when I maximize Media center, when I maximize other applications everything works just fine. When it's not …

Member Avatar for Katherine692008
0
113