Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Keep getting error message stating Java programming was the string provided unable to find Java programming in the output. Help debug Debug Two1.java > ..

Keep getting error message stating Java programming was the string provided unable to find Java programming in the output. Help debug

image text in transcribed
Debug Two1.java > .. import java. util. Scanner; LU public class DebugTwo1 { 4 Run | Debug public static void main(String[ ]args) { 6 Scanner input = new Scanner (System. in) ; int oneInt = 11; double oneDouble = 83.23; String oneString = ("Java Programming") ; 10 System. out. print(s: "Enter an integer > > "); 11 oneInt = input. nextInt( ) ; 12 input . nextLine(); 13 System. out . print (s: "Enter a double > > "); 14 oneDouble = input . nextDouble ( ) ; 15 input . nextLine() ; 16 System. out . print (s: "Enter a string >> "); 17 oneString = input. nextLine(); 18 System. out. printIn("The int is " + oneInt); 19 System. out . printIn("The double is " + oneDouble) ; 20 System. out . printIn(oneDouble) ; 21 System. out. print ("The String is" + onestring); 22 23 input. close( ); 24 25 26

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

Mobile Communications

Authors: Jochen Schiller

2nd edition

978-0321123817, 321123816, 978-8131724262

More Books

Students also viewed these Programming questions

Question

How do rods and cones differ functionally?

Answered: 1 week ago