Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.08 seconds.

  1. [SOLVED] Re: My Division Problem

    subractign 48 from the character representation of anumber gives you the numerical value of it for example, '1'-48 = 1 if that makes sense

    Chris
  2. [SOLVED] Re: My Division Problem

    i was guessing it was a challenege set, where they cannot use mod to determine it
  3. [SOLVED] Re: My Division Problem

    import java.util.Scanner;


    public class DivideBy11 {
    public static void main(String[] args){
    int inputNumber;

    System.out.println("Enter a positive number: ");
    while((inputNumber =...
Results 1 to 3 of 3