Search:

Type: Posts; User: tryingtolearn

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    4,009

    Drawing a Star of David

    Hello!

    I am trying to draw a Star of David using drawLine.

    The assignment calls for the creation of four quadrants, with each quadrant containing a specified shape. In the lower right quadrant,...
  2. Re: Finding the Two-Thirds Root of a Number Using Loops

    Thank you for your reply, but I am still having trouble understanding.

    let's say I wanted to find the 2/3 root of 100.

    In the post above it says I should take the square of 100, which is 10,...
  3. Finding the Two-Thirds Root of a Number Using Loops

    Hello everyone!

    I am trying to create a program that can display the two thirds root of a number that I provide.

    I have yet to find any clear explanation of my problem online.

    The format of...
  4. Re: Creating a Simple, Beginner-Level Vowel Counter

    Just an update - I figured out how to find the number of vowels, consonants, spaces, words, and special characters.

    I have one more question regarding math that I will post in a separate forum.
  5. Creating a Simple, Beginner-Level Vowel Counter

    Hello!

    Thank you to all that assisted me with my question last week! I appreciate it so much.

    But I hit another wall this week, and I am looking for some help,

    What I need to do is create a...
  6. Re: Pythagorean Triples Help- I'm a Beginner :/

    AH! I got it! It is working perfectly now!

    Thank you so much for your patience!
  7. Re: Pythagorean Triples Help- I'm a Beginner :/

    Alright, so in this example, what exactly do the '5', and '8' stand for? What are they telling the computer to do? What function do they serve?
  8. Re: Pythagorean Triples Help- I'm a Beginner :/

    Thank you for the help, but I am still a little confused as to how I would properly write what I need to in order for the three columns of numbers to be right justified. Like, what would the...
  9. Re: Pythagorean Triples Help- I'm a Beginner :/

    Thank you for your input. I have gone back and redone my code, simplifying it in the process. It works now, thanks to your advice. Here is my new code:



    public class JPythagTriples
    {
    ...
  10. Pythagorean Triples Help- I'm a Beginner :/

    Hello everyone!

    Last week I began studying and practicing Java. I am trying my best to learn and as with any new study, I am running into problems that are causing some great frustration.

    I...
Results 1 to 10 of 10