Search:

Type: Posts; User: Just A Fish42

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    4,110

    Re: Displaying an hourglass

    Hello everybody,
    I was able to get rid of the infinite loop that was happening at the vertical method. Now I'm having trouble aligning the two || at the center of the hourglass. If anyone has any...
  2. Replies
    7
    Views
    4,110

    Re: Displaying an hourglass

    Hello everyone I fixed my code and I got this

    public class HourGlass
    {
    public static void main(String[] args)
    {
    topPart();
    middlePart();

    bottomPart();
  3. Replies
    7
    Views
    4,110

    Displaying an hourglass

    Hello everybody,
    I recently started learning java and I am having a problem. The code I am writing is supposed to display an hourglass like this. The lines match up so it looks like an hourglass.
    ...
Results 1 to 3 of 3