Search:

Type: Posts; User: jwill22

Search: Search took 0.24 seconds.

  1. Replies
    4
    Views
    4,787

    Java Do..while loop problem

    I'm trying to put a do...while loop into this code
    import javax.swing.JOptionPane;

    public class UpperLowerCase2
    {
    public static void main(String[] args)
    {
    int choice;
    ...
  2. Replies
    3
    Views
    3,118

    Java Program Help Switch Statement

    Ok so I got this homework problem that asks to get the month and the date of the user and then ask them to enter a year for which they would like to know the day of the week on which their birthday...
  3. Replies
    4
    Views
    1,231

    Re: Check this code out

    Ok this is getting nowhere fast....so just forget about it. I'd really have to explain in person for anybody to get it
  4. Replies
    4
    Views
    1,231

    Re: Check this code out

    Well lets say you were doing the program. What LOGICAL explanation could you give to explain why you used the numbers you did
  5. Replies
    4
    Views
    1,231

    Check this code out

    import javax.swing.JOptionPane;
    import java.util.Arrays;


    public class Security
    {

    public static void main( String[] args)
    {
    int Nsigma = 0;
  6. Anybody know anything about software engineering

    [-O<

    As far as like functional requirements, nonfunctional requirements, data requirements, behavioral requirements, interface requirements, and performance requirements

    I got a mid term...
  7. Replies
    6
    Views
    4,942

    Re: Nested If Else Statement

    WOW Brt93yoda....u are like a freakin genius. I don't know what I was thinking trying to compare with ==. Dang thank you so much and too everybody else for having patience with a beginning Java...
  8. Replies
    6
    Views
    4,942

    Re: Nested If Else Statement

    Even when I initialize it the program runs but only produces the last outputmessage no matter what day of the week I put.

    import javax.swing.JOptionPane;



    public class Activity
    {
    ...
  9. Replies
    6
    Views
    4,942

    Nested If Else Statement

    I have an assignment that says to write a program that asks the user to enter the day of week. Using nested if...else statements, display output that tells the user about an activity on that...
  10. Hiya people who are much smarter at Java than me

    My Name is Justin or u can just call me jwill. I'm a sophomore in college at the University of Arkansas at Pine Bluff (Historic Black College University). I'm majoring in Computer Science. This is my...
Results 1 to 10 of 10