CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: coder752

Search: Search took 0.15 seconds.

  1. Replies
    4
    Views
    6,499

    Re: Making it more OOP Help Java Program

    Read my objectives I had earlier. But to repeat again, the task for this program is suppose to ask the user how many rolls he or she wants, then it outputs the outcomes, and outputs the percentage...
  2. Replies
    4
    Views
    6,499

    Making it more OOP Help Java Program

    Hi,

    So I have to modify code so that it is OOP rather than all algorithmic. See more details after the code below.

    See my code so far:

    import java.util.Scanner;
    import java.util.Random;
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured