Search:

Type: Posts; User: noobish

Search: Search took 0.09 seconds.

  1. Thread: ';' expected?

    by noobish
    Replies
    4
    Views
    2,012

    Re: ';' expected?

    i placed that do because ..there's another error if i wont have it...something likE.... "num wont be able to initiallize"
  2. Thread: ';' expected?

    by noobish
    Replies
    4
    Views
    2,012

    ';' expected?

    ';' expected comes out when i compile, what's the problem with my while loop?
    btw..i know this is not the best solution for making a program find out if it is a prime or not..


    public class...
  3. Replies
    4
    Views
    3,470

    Re: cannot find symbol variable radius?

    uhm...where do i put that code?

    o tried " public static double calculatearea(double radius){ "
    doesnt work...
    it says cannot be applied to
  4. Replies
    4
    Views
    3,470

    cannot find symbol variable radius?

    public class solvearea{

    public static double calculatearea(){

    double methodArea = (radius*2)*3.1416;
    return methodArea;
    }
    public static void main...
  5. Replies
    13
    Views
    2,946

    How to remove letters

    how do you remove letters in a string?
  6. Thread: some error

    by noobish
    Replies
    1
    Views
    1,583

    some error

    public class countletters {
    public static boolean letter(char L) {
    String letters = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
    return...
  7. Re: cannot find symbol variable frame

    ahh...ok tnx...
    btw..i forgot.
    what does frame and null do?
  8. Re: cannot find symbol variable frame

    hey freaky chris....
    you're not a freak at all....
    if anyone calls you freak..tell me..ill kick their buts for you...
    tnx alot


    forum admin:
    close thread ?
  9. Java error "cannot find symbol variable frame" while using in showMessageDialog

    hello guys im a random college guy who goes to school for granted,,..
    pls help me here
    here's my code...



    public class asdasdasd {
    public static void main (String[] args){
    ...
Results 1 to 9 of 9