TechnologiesAngularBootstrapCSSHTMLJavaJavaScriptMongoDBNodejsPythonReactJS

Java tutorial

Input and Output

Practice assignmentsComplete these exercises after reviewing the notes and examples.
1 assignment
1

Input and Output Practice Assignments

Complete the following Java exercises. Test normal inputs, boundary values, and invalid inputs where applicable.

  1. Read a learner name with Scanner and print a welcome message.
  2. Read two numbers and print all arithmetic results.
  3. Convert Celsius to Fahrenheit and format the result.
  4. Calculate circle area and circumference using Math.PI.
  5. Print a formatted invoice with quantity, price, tax, and total.
Sign in to submit completed work and track progress.Continue with Google