Search:

Type: Posts; User: dokunbam

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,160

    Re: help me with my code

    this is the code
    the if (grade >= 40 && <= 90) is underlined saying... illegal start of expression



    */
    package testing;
    import java.util.Scanner;

    /**
  2. Replies
    4
    Views
    1,160

    Re: help me with my code

    Am still getting illegal start of expression



    if (grade >= 40 && <= 90){

    System.out.println("The number of " + gradecounter + " passed the Exam" );
    }
    ...
  3. Replies
    4
    Views
    1,160

    help me with my code

    Am trying to print the grade btw 40 and 90 be those that passed and less than 40 for those that failed the exams.

    the the else statement to meet the condition (No grade is entered) is giving me...
  4. Replies
    6
    Views
    1,274

    Re: Pls me out on this arrays number print

    what am trying to do is to create array spreadsheet where the numbers will display in rows and columns
    not on a single line


    public static void main(String[] args) {
    // TODO code application...
  5. Replies
    6
    Views
    1,274

    Re: Pls me out on this arrays number print

    i want to create rows and column with those numbers and run it
  6. Replies
    6
    Views
    1,274

    Pls me out on this arrays number print

    public static void main(String[] args) {
    // TODO code application logic here
    int[][]aryNums;
    aryNums = new int [2][6];
    aryNums[0][0] = 10; aryNums[1][0] = 60;
    ...
  7. Replies
    7
    Views
    1,302

    Re: simple calculation code

    Guys help me out on this too


    public static void main(String[] args) {
    // TODO code application logic here
    int[][]aryNums;
    aryNums = new int [2][6];
    ...
  8. Replies
    7
    Views
    1,302

    Re: simple calculation code

    some thing is wrong here too
    i will not give up
    i hope some day i will give answer to people's problem



    public static void main(String[] args) {
    // TODO code application logic...
  9. Replies
    7
    Views
    1,302

    Re: simple calculation code

    ok so what should i do
    am a still a learner, just started 3 days ago
  10. Replies
    7
    Views
    1,302

    simple calculation code

    am trying to make this code work to do simple calculation


    package inputuserifstatement;
    import javax.swing.JOptionPane;
    public class Inputboxesifstatement {

    public static void...
  11. Replies
    5
    Views
    1,175

    Re: pls help me out on this (import scanner)

    thanks guys i have got it and its working perfectly now
    then i will move on to JAVA OPTION PANES
  12. Replies
    5
    Views
    1,175

    Re: pls help me out on this (import scanner)

    ok thanks

    --- Update ---

    for the scanner i have that in place immediately after
    public class void main(string[] args) {

    still have error (something like a small bulb and a red dot on that...
  13. Replies
    5
    Views
    1,175

    pls help me out on this (import scanner)

    Am a beginner and am learning on my own
    i started two days ago and am getting on fine

    but i have a problem now, some should pls help out


    i started with JAVA somedays ago and i think am...
  14. Thread: hi everyone

    by dokunbam
    Replies
    1
    Views
    850

    hi everyone

    Am a beginner and am learning on my own
    i started two days ago and am getting on fine

    but i have a problem now, some should pls help out


    i started with JAVA somedays ago and i think am...
Results 1 to 14 of 14