Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Java Part #2: Using Math.random() with a deck of cards Write a program using Math.random) to randomly pick a card from a deck. Hint:

In Java image text in transcribed

Part #2: Using Math.random() with a deck of cards Write a program using Math.random) to randomly pick a card from a deck. Hint: You will need to use Math.random) twice: once for the suit and once for the rank. Print the result (e.g. "Ace of Spades"). Part #3: Calendar using switch statement Write a program that inputs a number from 1 to 12 from the user and then prints the corresponding month and it's number of days (e.g. input of 5 would yield "May has 31 days"). Use the Switch statement Part #4: Simple loop Write a program to print the numbers from 1 to 20 along with their squares. Use the FOR loop construct Part #5: Index Write a program to ask the user for a string and then find the first occurrence of a vowel. You will output the index position. For example, an input string of "hello would give index 1 (second letter)

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

IBM Db2 11 1 Certification Guide Explore Techniques To Master Database Programming And Administration Tasks In IBM Db2

Authors: Mohankumar Saraswatipura ,Robert Collins

1st Edition

1788626915, 978-1788626910

More Books

Students also viewed these Databases questions

Question

How do you find GC resulted due to calling System.gc()?

Answered: 1 week ago