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

11 Posted Topics

Member Avatar for Garee

Hello. I've been attempting a few exercises to brush up on my ER Diagrams using UML notation. I would greatly appreciate some help regarding this particular problem: • A patient can make many appointments with one or more doctors in the clinic, and a doctor can accept appointments with many …

Member Avatar for Geeko
0
366
Member Avatar for Garee

I recently wrote a short program for an exercise in a textbook. After completion however I re-structured the program to use methods instead of one long main method. My question: Which way of programming should I be using? I am leaning more towards the methods as it is much more …

Member Avatar for JamesCherrill
0
97
Member Avatar for freebanana

Software Engineering can be[I] very[/I] demanding and eat up a large number of hours especially nearer crunch time. 6 hours seems pretty ridiculous for a proper SE job to be honest.

Member Avatar for ithelp
0
209
Member Avatar for Garee

Hello, I am just about to start the second year of my Comp Sci/SoftEng degree and I wondering if any of you currently in the industry have any tips for students looking to break in to the profession in the coming years? I have read about your portfolio playing a …

Member Avatar for MindSter
0
51
Member Avatar for tedtdu

You could try looping through each index of the string and if the string[index].equals(">") then string[:index+1] will be, for example: <a>. You then make a note of the index for the last ">" found and repeat the process. I hope I explained that okay.

Member Avatar for JamesCherrill
0
134
Member Avatar for Garee

Hello, I am starting to learn java and I was wondering if anyone know of any resources/websites that have projects I could attempt to improve my skills and expand my java knowledge? Thanks.

Member Avatar for new_programmer
0
834
Member Avatar for Garee

I am trying to assign variables in my array diveScore using a for-each loop. However, I don't understand why it isn't working and every element is 0.0 after the loop has ended. Eclipse is showing no errors so I am sure there is something wrong with my logic. Thanks. [code=java] …

Member Avatar for jon.kiparsky
0
121
Member Avatar for Garee

So for one of my university projects we have been assigned a problem to complete. I have the code working fine for the example output provided however I just need some help regarding a few errors that need fixing with different inputs. I am not asking for you to do …

Member Avatar for Member #562630
0
156
Member Avatar for Garee

Hey guys I have a wee problem I need some help with. How would I read in lines of text one at a time, keeping track of the line numbers, only stopping when a line is read that contains only a single full-stop. Example: It is a briskly blowing wind …

Member Avatar for Member #562630
0
119
Member Avatar for Garee

I'm having a little trouble with a piece of code im trying to write. I have created a deck of cards and then shuffled them however now I am trying to covert my deck (which is simply a list containing the numbers between 1 and 52) into the form "AS", …

Member Avatar for vegaseat
0
386
Member Avatar for Garee

Hello I'm designing a database for my Computing Science department and I am having some trouble with the ER Diagram. Any help would be great appreciated. What I have so far is: Each course has a ID Code, title, is taken by one or more students and is taught by …

Member Avatar for timothybard
0
131

The End.