Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The Programming Language is Java in Netbeans Show What You Know Your task is to create a program that uses arrays and loops together to

The Programming Language is Java in Netbeans

image text in transcribed

image text in transcribed

Show What You Know Your task is to create a program that uses arrays and loops together to do a task. Rather than being told exactly what your program should do, you now have an opportunity to plan, develop and submit a program of your choosing Here is a list of possible programs you might choose to develop Ask the user to enter his or her last 5 assignment marks and tell them the average. Ask the user to enter his or her favourite hockey/baseball/sports star statistics for the past 5 games and tell them the average. Create a program that will create an array of 10 random values between 1 and 100, display it to the user and tell the user the max and min values Create a program that will create an array of 10 random math/science/etc questions, AND a second array of the 10 random answers that correspond to each question. The program should then ask the user 10 random questions. Start by doing a top-down design and flow chart. Then you can start coding! Make sure to include in your program: variables at least one constant loops arrays To complete your program, you might also have to incorporate the other concepts you have learned in this course, such as selection (if then..else or switch statements) and nested if... then else statements You must also ensure that you complete and submit a flow chart for your program your source code includes commenting your program includes a user-friendly interface. Being given so much freedom and choice is a great thing, but it also might be a bit of a challenge for you to come up with ideas. The following list is meant as "creative fodder. These are ideas, words and concepts that might help you think of what type of program you would like to create: Sports statistics Random number games Interesting math equations Populations of countries Computer specifications Statistics about animals Dice games Guess that animal games Distance, speed, acceleration calculator Multiple choice quizzes

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David Kroenke

4th Edition

0136086535, 9780136086536

More Books

Students also viewed these Databases questions