User Profile

Collapse

Profile Sidebar

Collapse
Echoing
Echoing
Last Activity: Nov 8 '07, 02:47 PM
Joined: Nov 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Echoing
    replied to Largest Integer Divisor
    in Java
    lol thats why im confused....
    See more | Go to post

    Leave a comment:


  • Echoing
    started a topic Largest Integer Divisor
    in Java

    Largest Integer Divisor

    I need to drawraw a flowchart for a algorithm which finds the largest proper divisor of n (that is, the largest m such that 1 <= m < n and m evenly divides n). You can use the % operator: recall that n % m is the remainder when n is divided by m.

    I need to test it on numbers such as 8,876,044,532,8 98,802,067 and 2,305,843,009,2 13,693,951..

    so far I have
    public class xc14 {

    public...
    See more | Go to post
No activity results to display
Show More
Working...