Search:

Type: Posts; User: surfelijo

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,149

    Re: Help with my code.

    AlexHail can you explain your method more? Thank YOU!!! :)

    --- Update ---

    Im not very good at multi-dimenional arrays haha :) So you help would be greatly appreciated :)
  2. Replies
    3
    Views
    1,149

    Help with my code.

    I'm trying to make a Albhed Converter from FFX. But the Letters wont covert right. Can someone help me?

    The Output:
    Push 1 to convert English to AlBhed
    Push 2 to convert AlBhed to English
    1...
  3. Replies
    1
    Views
    1,064

    Help With my Homework Please :)

    The assiment says

    "Assignment #7 Chapter 6
    This goal of this lab is to get you comfortable with 1D array’s and the syntax of how they work.
    As with most programmers, often your code must work...
  4. Re: Can someone help me with my Computer Science homework :)

    I dont fully understand what i need to do. Thank you :)
  5. Can someone help me with my Computer Science homework :)

    This is what my professor send me

    PDF
    1975

    " In this lab you will create a program that computes charges to ship a package with Super Fast Diego
    Company. Using Assignment #3 and your Common...
  6. Can someone help me understand my homework please :)

    This is what my professor send me

    " In this lab you will create a program that computes charges to ship a package with Super Fast Diego
    Company. Using Assignment #3 and your Common Classes:
    ...
  7. Re: Can you someone help me with my homework for java... Please

    THANK YOU hahah your amazing Norm :) finished my homework thanks to you :) Your a great teacher.
  8. Re: Can you someone help me with my homework for java... Please

    how do i do that?
  9. Re: Can you someone help me with my homework for java... Please

    I add this to Post#1 to make the output a square.
    if ( (row % 8) == (col % 8) )
    System.out.println(" ");

    Post#1 output is: OXOXOXOXXOXOXOXOOXOXOXOXXOXOXOXOOXOXOXOXXOXOXOXOOXOXOXOXXOXOXOXO...
  10. Re: Can you someone help me with my homework for java... Please

    public class AssignmentFourCheckerboard {

    public static void main(String[] args)
    {

    for(int row=0;row<8;row++){
    for(int col=0;col<8;col++){

    if ( (row % 8) == (col % 8)...
  11. Re: Can you someone help me with my homework for java... Please

    output:
    OXOXOXOXX
    OXOXOXOOX
    OXOXOXXOX
    OXOXOOXOX
    OXOXXOXOX
    OXOOXOXOX
    OXXOXOXOX
    O
  12. Re: Can you someone help me with my homework for java... Please

    Thank you sooooo much :) I fix it with you help.

    I don't fully understand
    Can you help me :)
  13. Re: Can you someone help me with my homework for java... Please

    case 9:
    case 4:
    System.out.println("Thank you and good-bye!");
    System.exit(1);
    break;
    Does that tell the user how to exit??
    How would i write this while loop that takes the user...
  14. Can you someone help me with my homework for java... Please

    Here is the assignments my Professor give me. Thank You again.

    CS 111 – Java Assignment #4

    Problem 1:
    Write an application that prints a one-month calendar. The user specifies the number of...
Results 1 to 14 of 14