Exclusively for TechExams members for Infosec Boot Camps starting before April 30, 2026
usagent27 wrote: » Ok so i have been trying to get enrolled and my enrollment guy seems like now he is dragging his feet. i have requested my transcripts. They still haven't gotten my college ones (only a history class was on it) can i be enrolled if i tell them no to worry about that one class? i only have a few days left before the cutoff...i'm starting to get discouraged.
erpadmin wrote: » The enrollment counselors are typically one's worst experiences with WGU. You're gonna have to call them and get them moving (otherwise they'll just work with what's in their queue.) That history class could mean not having to take IW(x)1, SS(x)1 or something like that. Once you get over the enrollment hump, the WGU process becomes a lot smoother. But you do have to call them and get them moving and actually share your discouragement. You will see them jump at that point.
usagent27 wrote: » I'm in. i start 03/01/12
nosoup4u wrote: » Congrats I'm starting 04/01/12, getting the work reimbursement in order before I start
Lemonade727 wrote: » I'm legitimately scared that KET1 and KFT1 are going to stop me from finishing up this term. As I'm reading through the material I'm thinking that I understand the concepts taking place and I'm following along with the practice examples, but I just finished the Head First Java book I picked up so I was going to try and get started on Task 1 for KET1 and it suddenly hit me that I have no idea of even how to start on this. I got the GUI built, but as far as the actual coding is concerned I'm just flipping back through the book and looking at tutorial videos but I don't feel any progress being made.
Excellent1 wrote: » Good luck.
usagent27 wrote: » i can take a hardship withdrawl. i will pay a penalty but it's calulated on next years taxes. loans were not an option for me.
themagicone wrote: » The first java class is a walk in the park... I never coded in my life and I was able to kick it out in 2 days. Now, I will admit that I had no intentions of learning programming past those 2 classes so I just pushed it out and left the "learn" part in the dust. Just go line by line in the rubics and search for how to accomplish said item in Java. It'll come together.
Jack2 wrote: » Congratulations to all Techexams/WGU students that are graduating today in Atlanta!
erpadmin wrote: » . . . despite my own personal reservations about going there . . . purify my Utah experience
Excellent1 wrote: » Congrats and it's good to hear you enjoyed the ceremony. That said, out of (perhaps morbid) curiosity, what's wrong with Utah? Never been there myself and I must confess to complete apathy at the prospect of going. That's pretty much the same as any other state, though, so seeing your pointed comments made me wonder.
erpadmin wrote: » I guess my only answer to that would be that it SLC sounds pretty boring if you're not into skiing or outdoor activities. That's pretty much what I meant. The whole purify thing was just a play on words to pretty much focus on fun things, like gambling (which is all I would do when I go to Vegas...not into the [any kind of] club scene....):)
Lemonade727 wrote: » I'm honestly not bothered with the "learning element" either, but still having issues locating how to do this one particular part. In task 1 it requires you to take the text sitting in 2 text fields and input them into the multidimensional array when a button is pressed. I just can't seem to figure out how to take the text residing in those fields and use them as 1 row in the array with each text field representing a column, then allow the user to type in different entries and hit the button again to have it fill out the 2nd row, etc. I feel like once I can get past this portion I should be able to move on through it but this part just isn't clicking. Any ideas or example code with comments you could provide on this one?
double dbl_Minutes = Double.parseDouble(jTextField_Time.getText()); double dbl_Earned = Double.parseDouble(jTextField_Payment.getText()); tutor[int_Row][0] = dbl_Minutes; tutor[int_Row][1] = dbl_Earned; jTextField_Time.setText(null); jTextField_Payment.setText(null);
Exclusively for TechExam members. Applies to boot camps starting before April 30, 2026.