Search:

Type: Posts; User: alfredperez

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    927

    Help....Java

    i want to read the numbers and the output would be odd and even into separate notepad.....
    here's my code....


    import java.io.*;
    import java.util.*;
    public class Vowel1 {
    static int...
  2. Thread: HELP

    by alfredperez
    Replies
    4
    Views
    1,130

    Re: HELP

    well ...my codes don.t have error ...but....still it has no output....
  3. Replies
    1
    Views
    980

    File structure

    import java.io.*;
    import java.util.Scanner;

    public class AdvExerProg1 {
    static String studentList[];
    static int studCount;
    static Scanner s = new Scanner(System.in);
    public static...
  4. Thread: HELP

    by alfredperez
    Replies
    4
    Views
    1,130

    HELP

    If the input character is s, the program should report it is a consonant. A letter is found : "s" It is a consonant If the input character is U, the program should report it is a vowel. A letter is...
  5. Re: Java Exercise: Tables of squares and cubes

    i already made a codes of that but i already format...it's kindda hard u know...
  6. Thread: HELP

    by alfredperez
    Replies
    3
    Views
    915

    Re: HELP

    You should give the question and your and desired output....so that we could determined what could we will make
  7. Replies
    1
    Views
    971

    Re: Hi everyone

    hahaha.....Java really sucks....even though i already had OOP language and java in first year college ...still i find it hard until now...
    So study hard.....to be a good programmer
  8. How to input exam score using for loop statement

    [B]import java.util.Scanner;
    public class examscore {
    static int score=new int [10];
    public static Scanner a=new Scanner(System.in);
    public static void main(String args[]){
    ...
  9. Replies
    1
    Views
    1,014

    CosonantVowel

    If the input character is s, the program should report it is a consonant. A letter is found : "s" It is a consonant If the input character is U, the program should report it is a vowel. A letter is...
Results 1 to 9 of 9