• Member Avatar for jwenting
    jwenting

    Replied To a Post in please help urgent????

    I don't see the urgency...
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in calculate the grades for a student using if..else statements.

    we're not your homework service. Do your own assignments, if you get stuck on specific points, feel free to ask for help getting around those (though you might want to …
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to rachelle_1 in calculate the grades for a student using if..else statements.

    my instructor told us to create a flowchart that will accept prelim,midterm and final grade and will determine the average,identify if it's pass or failed . . . can someine …
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to snowtiger37 in calculate the grades for a student using if..else statements.

    Construct the algorithm for a program that will prompt an instructor to enter the letter grade ('A', 'B', 'C', 'D', or 'F') earned by each of his students (we don’t …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Using MySQL Database

    The size of the application would increase by the size of the JDBC driver jars, plus any other libraries you end up using (like ORM libraries). How much that is …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in final year project

    no amount of internet can help solve his basic problem: laziness.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in What is the most powerful programming language?

    most used doesn't mean most powerful. At BEST it means most useful. In reality it doesn't even mean that, as more often than not the tool choice is made not …
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to Asuna in Problem requires TRIGONOMETRY

    Problem requires TRIGONOMETRY: A pipe is to be carried around the right-angled corner of two intersecting corridors. Suppose that the widths of the two intersecting corridors are 5 feet and …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Problem requires TRIGONOMETRY

    good luck with your homework. Note that you need to take the diameter of the pipe into consideration, not just the length. And that the pipe probably should not hit …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in full duplex voice communication

    the main problem of course is interfacing with the hardware. Once you have a stream of data, sending that stream over an IP network is no different from sending any …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Open office vs small cabinets

    sounds typical of office buildings across Europe, Jim... Of course the managers, HR, and facilities management always get their own floor with real offices, indicating their special status in the …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in What vehicle do you drive?

    > Snow, deer and mountains make a Jeep 4x4 about the best thing to drive. > hmm, my dad had one. Traded it in for a Range Rover to save …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Error Running JUnit Test cases through build

    read the error. It's missing some classes. Make sure everything needed to run the stuff you're testing is available on the classpath when running the test. How to do that? …
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to zolymo in JAVA

    Use recursive funtion (method).
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to Patrick_7 in JAVA

    using Iteration for loop in java what would be the program to run a) 1!+2!+3!+4!+5! b) 1/1!+2/2!+3/3!+4/4!+5/5! c) 1/1!-2/2!+3/3!-4/4!+5/5!
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Nature's Temper

    the main natural disasters here are the politicians...
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to syedmuaz.hassan.3 in write this following program in java language?

    A well-known supermarket employs you to develop an inventory control system. You decided implement it by Object Oriented Programming (Java) because of programs written by Java is easy to enhance …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Ned help Java Program

    well, then you've had 2 days to learn the tiny bit of Java and physics you need. I assume you've used that time to do that? If not, why not?
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in java help

    hmm, wrong name. Should be MyHomeworkAssignmentSolution :)
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Ned help Java Program

    good luck. And the question?
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Open office vs small cabinets

    open plan offices were heavily promoted in the 1970s and '80s as being "better" than individual offices, and many companies to them like fish to water because it's much cheaper …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in the expert system on diagonosis

    so you've been studying how to design and create software for years and you still can't do it? You kid, deserve to fail.
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to maryam_5 in the expert system on diagonosis

    hello i am a computer science student in my final year....please can someone help me wit the source code of an exper system on medical diagonosis in java. tank you
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Why do most Java people use this style

    Sun/Oracle never enforce it. But that doesn't mean most projects don't enforce it, or something like it. And most do. So you'd better get used to it or you're not …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in What's up with Windows 10?

    yes, and you consider any change to be change for the worse... Very easy to say "as long as it's change for the better" if you never consider any change …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Helping final year CS or BSc IT students

    the main problem is that the vast majority of them don't want constructive help, they want their entire project done for them, handed to them on a golden platter, so …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in What's up with Windows 10?

    it's just marketing. Like Windows 95 after Windows 3.11. As to the people complaining about it, just the usual. Some people ALWAYS complain about any change at all, and they're …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Why do most Java people use this style

    Dani, strangely enough it depends on the language for me. Writing C++ I can't stand having it in K&R layout, writing Java or C in can't stand having it in …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Why do most Java people use this style

    > . You do it in whatever way feels best for you. wrong. You do it in the way that's used in the remainder of the code base you're working …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Infinite Integer

    Won't give you infinity either, as the size of the array is limited by the number of elements it can have, which is an integer.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Why do most Java people use this style

    "obviously easier to read"? Highly debatable. As long as you're consistent, there's no reason either style isn't readable. And the K&R style adopted by James Gosling as the recommended standard …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Webservice

    1) read the documentation, it is bloody obvious 2) makes no sense whatsoever
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Inventory Program part 1

    sigh... Just ask one of the many others who posted the same assignment here waiting for someone to do the work for them...
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to Assassin_1 in Best programming language for video games

    Same as me but I wanna learn the best there is... oh and here is some javascipt coding `confirm("Mathletics Sucks")` do that on mathletics and it'll say it sucks (to …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Science

    Don't worry Stuugie. Been a major pain here, 90% of people training to become primary school teachers are incapable of comprehending the material they're supposed to teach. Not just reading …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Find square of a number with two threads using synchronization

    do you know even the tiniest sliver of primary school math? Like how to multiply two numbers for example?
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Science

    > If you teach science, let your students know what a scientist does. it might put many of them off from seeking a career in science knowing that most of …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Science

    > Count the number of sleeping students. If it's more than 50% your teaching is boring. had one lecturer at university whose entire lectures consisted of quoting his own book …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Help me with this guys

    or maybe he's going for a fictional career in that fictional country on the fictional continent he's talking about, using fictional skills?
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in how to do this? im stuck..

    if you don't know that, it means your reading comprehension is zero. Nothing we can do is going to change that.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in pyramid pattern with alternatice star and dot

    and where's the urgency?
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to Navneet_2 in pyramid pattern with alternatice star and dot

    Please write the whole program i have to submit my assignment tomorrow please its urgent .wil be higly grateful.
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to Navneet_2 in pyramid pattern with alternatice star and dot

    Hi all i want to print * .. *** .... ***** In pyramid form please help..
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to pocka.lesole in Help me with this guys

    I n a fictitious country of Ruritania, which is in a fictitious continent called Afrisia, the tax system is highly simplified. T hey have system where all taxes are converted …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Help me with this guys

    good luck with your homework. Hope you do it better than you do at pasting your assignment to random websites.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Help with the error "no suitable method found for toArray"

    worse, he's trying to convert an array to an array using the toArray STATIC method of an instance of List.
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in Sum multi-dimensional array values

    3 years reading this site and you a) still don't know how to do something that basic and b) still don't know we're not your homework service? sheesh
  • Member Avatar for jwenting
    jwenting

    Gave Reputation to mwenyenia07 in Sum multi-dimensional array values

    Below is a two dimensional array ineteger variable. int[ ][ ] value={{1, 2, 3, 4 }, {5, 6,7}, {8, 9}, {10}} please write a java code that can print the …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in java cannot recognise my packages

    so learn to use BlueJ, or better yet learn Java and ditch that POS excuse for an IDE. You might want to pick up a better IDE at some point, …
  • Member Avatar for jwenting
    jwenting

    Replied To a Post in SPLITTING WORDS INTO SYLLABLES

    why is he creating a new account for every post...

The End.