Answered step by step
Verified Expert Solution
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
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started