Search:

Type: Posts; User: xl pk lx

Search: Search took 0.07 seconds.

  1. Re: application that determines and prints the number of odd, even, and zero digits

    shouldn't the the sequence in the if statement of "(num.charAt(left) == 0)" take the user input and look at the value at which left was assigned (0) at the begginning of the program. then if that...
  2. application that determines and prints the number of odd, even, and zero digits

    my code will not read zero's when they are in the number. Please help

    import java.util.Scanner;
    public class oddevenzero {
    public static void main (String[] args){

    int numofOdd = 0,...
Results 1 to 2 of 2