Search:

Type: Posts; User: solo_2101

Search: Search took 0.11 seconds.

  1. Thread: buggy class

    by solo_2101
    Replies
    1
    Views
    3,262

    buggy class

    hello everybody i'm having a headache with this buggy code
    ~X(



    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class...
  2. Replies
    4
    Views
    1,515

    [SOLVED] Re: Char type Comparisson

    thank you:)... i didn't know how to do it but now i know :-bd; and thanks again
  3. Replies
    4
    Views
    1,515

    [SOLVED] Re: Char type Comparisson

    thank you now its working fine...wonderful
    here the new code


    import javax.swing.JOptionPane;
    public class test
    {
    public static void main(String[] args)
    {
    String strnGrade =...
  4. Replies
    4
    Views
    1,515

    [SOLVED] Char type Comparisson

    Hello everybody I’m a beginner in java, and I’m having problems trying to compare character in my program.
    I’m trying to have the user type a character and in the character it is not a correct one...
Results 1 to 4 of 4