Question: 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

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
Get step-by-step solutions from verified subject matter experts
