Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write an application InputApplication. (An application has a main method.) Create a Scanner object and do the following.. Ask the user to enter a word

Write an application InputApplication. (An application has a main method.)

Create a Scanner object and do the following..

  1. Ask the user to enter a word using this exact prompt: System.out.print("Enter a word: ");
  2. Use Scanner's next method to get the word
  3. Print the last letter of the word
  4. Ask the user to enter a double using this exact prompt: System.out.print("Enter a double: ");
  5. Use Scanner's nextDouble method to get the double
  6. Now ask the user to enter a integer using this prompt: System.out.print("Enter an integer: ");
  7. Use Scanner's nextInt method to get the integer
  8. Calculate the product of the double and the integer (Product means multiply)
  9. Print the product on a new line.
  10. Print the integer portion of the product on a new line.(Think cast)

Only create one Scanner.

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

Formal SQL Tuning For Oracle Databases Practical Efficiency Efficient Practice

Authors: Leonid Nossov ,Hanno Ernst ,Victor Chupis

1st Edition

3662570564, 978-3662570562

More Books

Students also viewed these Databases questions