• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java Homework HELP!

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
If you've been reading eWeek and Information Weekly, you'll notice that computer science applications to universities on average have dropped by 30%-50%. Just recently, they also did a poll where the majority of parents would dissuade their children to study computer science but would not oppose it. Sadly, I'm a CS graduate and CS is a dying field without adopting business as its older brother. Programming is partly to blame. A very non-social/hermit environment, nerdy, and untrendy profession. And no hot girls! 🙁
 
Originally posted by: NuNuNYC
If you've been reading eWeek and Information Weekly, you'll notice that computer science applications to universities on average have dropped by 30%-50%. Just recently, they also did a poll where the majority of parents would dissuade their children to study computer science but would not oppose it. Sadly, I'm a CS graduate and CS is a dying field without adopting business as its older brother. Programming is partly to blame. A very non-social/hermit environment, nerdy, and untrendy profession. And no hot girls! 🙁

and outsourcing
 
Hello?

Did you get it done? if not you can try post it on http://www.rent-a-pro.com/. We have over 40 consultants and programmers who would like to help you out for a small fee. You can set the budget and let our programmers bid on it.

Lionel
 
C++ > Java Heres what I would do in cpp

bool counter(int start, int finish){
int i;
for(i >= start; i <= finish; i++){
cout i;
}
return true;
}
 
Back
Top